JobStep interface

作業步驟。

Extends

屬性

action

作業步驟的動作承載。

credential

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

executionOptions

作業步驟的執行選項。

output

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

stepId

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

targetGroup

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

繼承的屬性

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

資源的名稱

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

type

資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

屬性詳細資料

action

作業步驟的動作承載。

action?: JobStepAction

屬性值

credential

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

credential?: string

屬性值

string

executionOptions

作業步驟的執行選項。

executionOptions?: JobStepExecutionOptions

屬性值

output

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

output?: JobStepOutput

屬性值

stepId

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

stepId?: number

屬性值

number

targetGroup

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

targetGroup?: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 範例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

屬性值

string

繼承自ProxyResource.id

name

資源的名稱

name?: string

屬性值

string

繼承自ProxyResource.name

systemData

包含 createdBy 和 modifiedBy 資訊的 Azure Resource Manager 元數據。

systemData?: SystemData

屬性值

繼承自ProxyResource.systemData

type

資源的類型。 例如:「Microsoft.Compute/virtualMachines」或「Microsoft.Storage/storageAccounts」

type?: string

屬性值

string

繼承自ProxyResource.type