OperationResultContract interface
長時間執行的 Git 作業結果。
- Extends
屬性
action |
只有在TenantConfiguration_Validate作業中提供時,這個屬性才會提供。 其中包含將在TenantConfiguration_Deploy作業中更新/建立/刪除的實體記錄。 注意:這個屬性不會串行化。 它只能由伺服器填入。 |
error | 錯誤本文合約 |
id |
作業結果標識碼。 |
result |
選擇性的結果資訊。 |
started | 異步操作的開始時間。 日期符合下列格式: |
status | 異步操作的狀態。 |
updated | 異步作業的上次更新時間。 日期符合下列格式: |
繼承的屬性
id | 資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。 |
name | 資源名稱注意:此屬性將不會串行化。 它只能由伺服器填入。 |
type | 資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。 |
屬性詳細資料
actionLog
只有在TenantConfiguration_Validate作業中提供時,這個屬性才會提供。 其中包含將在TenantConfiguration_Deploy作業中更新/建立/刪除的實體記錄。 注意:這個屬性不會串行化。 它只能由伺服器填入。
actionLog?: OperationResultLogItemContract[]
屬性值
error
idPropertiesId
作業結果標識碼。
idPropertiesId?: string
屬性值
string
resultInfo
選擇性的結果資訊。
resultInfo?: string
屬性值
string
started
異步操作的開始時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ
ISO 8601 標準所指定。
started?: Date
屬性值
Date
status
updated
異步作業的上次更新時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ
ISO 8601 標準所指定。
updated?: Date
屬性值
Date
繼承的屬性詳細資料
id
資源的完整資源標識碼。 例如 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此屬性將不會串行化。 它只能由伺服器填入。
id?: string
屬性值
string
name
type
資源的型別。 例如“Microsoft.Compute/virtualMachines” 或 “Microsoft.Storage/storageAccounts” 附注:此屬性將不會串行化。 它只能由伺服器填入。
type?: string
屬性值
string