共用方式為


RolloutRequest interface

定義PUT推出要求本文。

Extends

屬性

artifactSourceId

裝載所在成品來源資源標識碼的參考。

buildVersion

正在部署的組建版本。

identity

資源的身分識別。

stepGroups

定義協調流程的步驟群組清單。

targetServiceTopologyId

要部署之步驟群組中要參考之服務單位的服務拓撲資源標識碼。

繼承的屬性

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

location

資源所在的地理位置

name

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

tags

資源標籤。

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

artifactSourceId

裝載所在成品來源資源標識碼的參考。

artifactSourceId?: string

屬性值

string

buildVersion

正在部署的組建版本。

buildVersion: string

屬性值

string

identity

資源的身分識別。

identity: Identity

屬性值

stepGroups

定義協調流程的步驟群組清單。

stepGroups: StepGroup[]

屬性值

targetServiceTopologyId

要部署之步驟群組中要參考之服務單位的服務拓撲資源標識碼。

targetServiceTopologyId: string

屬性值

string

繼承的屬性詳細資料

id

資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。

id?: string

屬性值

string

繼承自TrackedResource.id

location

資源所在的地理位置

location: string

屬性值

string

繼承自TrackedResource.location

name

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

name?: string

屬性值

string

繼承自TrackedResource.name

tags

資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}

繼承自TrackedResource.tags

type

資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string

繼承自TrackedResource.type