共用方式為


OperationResultContract interface

長時間執行的 Git 作業結果。

Extends

屬性

actionLog

只有在TenantConfiguration_Validate作業中提供時,這個屬性才會提供。 其中包含將在TenantConfiguration_Deploy作業中更新/建立/刪除的實體記錄。 注意:這個屬性不會串行化。 它只能由伺服器填入。

error

錯誤本文合約

idPropertiesId

作業結果標識碼。

resultInfo

選擇性的結果資訊。

started

異步操作的開始時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

status

異步操作的狀態。

updated

異步作業的上次更新時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

繼承的屬性

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

錯誤本文合約

error?: ErrorResponseBody

屬性值

idPropertiesId

作業結果標識碼。

idPropertiesId?: string

屬性值

string

resultInfo

選擇性的結果資訊。

resultInfo?: string

屬性值

string

started

異步操作的開始時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

started?: Date

屬性值

Date

status

異步操作的狀態。

status?: AsyncOperationStatus

屬性值

updated

異步作業的上次更新時間。 日期符合下列格式:yyyy-MM-ddTHH:mm:ssZ ISO 8601 標準所指定。

updated?: Date

屬性值

Date

繼承的屬性詳細資料

id

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

id?: string

屬性值

string

繼承自ProxyResource.id

name

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

name?: string

屬性值

string

繼承自ProxyResource.name

type

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

type?: string

屬性值

string

繼承自ProxyResource.type