RolloutRequest interface
定義PUT推出要求本文。
- Extends
屬性
artifact |
裝載所在成品來源資源標識碼的參考。 |
build |
正在部署的組建版本。 |
identity | 資源的身分識別。 |
step |
定義協調流程的步驟群組清單。 |
target |
要部署之步驟群組中要參考之服務單位的服務拓撲資源標識碼。 |
繼承的屬性
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
stepGroups
targetServiceTopologyId
要部署之步驟群組中要參考之服務單位的服務拓撲資源標識碼。
targetServiceTopologyId: string
屬性值
string
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
location
name
資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。
name?: string
屬性值
string
繼承自
tags
資源標籤。
tags?: {[propertyName: string]: string}
屬性值
{[propertyName: string]: string}
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string