共用方式為


JobStep interface

作業步驟。

Extends

屬性

action

作業步驟的動作承載。

credential

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

executionOptions

作業步驟的執行選項。

output

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

stepId

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

targetGroup

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

繼承的屬性

id

資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

屬性詳細資料

action

作業步驟的動作承載。

action?: JobStepAction

屬性值

credential

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

credential?: string

屬性值

string

executionOptions

作業步驟的執行選項。

executionOptions?: JobStepExecutionOptions

屬性值

output

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

output?: JobStepOutput

屬性值

stepId

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

stepId?: number

屬性值

number

targetGroup

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

targetGroup?: string

屬性值

string

繼承的屬性詳細資料

id

資源標識碼。 注意:這個屬性不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

繼承自ProxyResource.name

type

資源類型。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自ProxyResource.type