共用方式為


OperationStatusOutput interface

異步操作的目前狀態。

屬性

endTime

作業的結束時間,格式為 RFC3339。

error

作業錯誤訊息。

id

作業狀態的完整標識碼。

name

作業識別碼名稱。

percentComplete

完成的作業百分比。

properties

自訂作業屬性,只填入成功的作業。

resourceId

資源的標識碼。

startTime

作業的開始時間,格式為 RFC3339。

status

資源布建狀態。

可能的值:“NotStarted”、“Running”、“Succeeded”、“Failed”、“Canceled”

屬性詳細資料

endTime

作業的結束時間,格式為 RFC3339。

endTime?: string

屬性值

string

error

作業錯誤訊息。

error?: ErrorModel

屬性值

id

作業狀態的完整標識碼。

id: string

屬性值

string

name

作業識別碼名稱。

name: string

屬性值

string

percentComplete

完成的作業百分比。

percentComplete?: number

屬性值

number

properties

自訂作業屬性,只填入成功的作業。

properties?: any

屬性值

any

resourceId

資源的標識碼。

resourceId?: string

屬性值

string

startTime

作業的開始時間,格式為 RFC3339。

startTime?: string

屬性值

string

status

資源布建狀態。

可能的值:“NotStarted”、“Running”、“Succeeded”、“Failed”、“Canceled”

status: string

屬性值

string