JobStepProperties interface

工作步驟的特性。

屬性

action

作業步驟的動作承載。

credential

將用來連線到目標之作業認證的資源標識碼。

executionOptions

作業步驟的執行選項。

output

作業步驟的輸出目的地屬性。

stepId

作業步驟在作業內的索引。 如果在建立作業步驟時未指定,則會建立為最後一個步驟。 如果在更新作業步驟時未指定,則不會修改步驟標識符。

targetGroup

將執行作業步驟的目標群組資源標識碼。

屬性詳細資料

action

作業步驟的動作承載。

action: JobStepAction

屬性值

credential

將用來連線到目標之作業認證的資源標識碼。

credential?: string

屬性值

string

executionOptions

作業步驟的執行選項。

executionOptions?: JobStepExecutionOptions

屬性值

output

作業步驟的輸出目的地屬性。

output?: JobStepOutput

屬性值

stepId

作業步驟在作業內的索引。 如果在建立作業步驟時未指定,則會建立為最後一個步驟。 如果在更新作業步驟時未指定,則不會修改步驟標識符。

stepId?: number

屬性值

number

targetGroup

將執行作業步驟的目標群組資源標識碼。

targetGroup: string

屬性值

string