共用方式為


OperationErrorsResult interface

這是當用戶端每個 VM 作業收到錯誤時,要求的第一層作業錯誤

屬性

activationTime

VM 作業的啟用時間

completedAt

作業完成時的完成時間

creationTime

錯誤結果的建立時間

operationErrors

與 operationid 相關聯的錯誤清單

operationId

operationId 識別 VM 作業

requestErrorCode

要求層級錯誤碼

requestErrorDetails

要求層級錯誤詳細數據

屬性詳細資料

activationTime

VM 作業的啟用時間

activationTime?: string

屬性值

string

completedAt

作業完成時的完成時間

completedAt?: string

屬性值

string

creationTime

錯誤結果的建立時間

creationTime?: string

屬性值

string

operationErrors

與 operationid 相關聯的錯誤清單

operationErrors?: OperationErrorDetails[]

屬性值

operationId

operationId 識別 VM 作業

operationId?: string

屬性值

string

requestErrorCode

要求層級錯誤碼

requestErrorCode?: string

屬性值

string

requestErrorDetails

要求層級錯誤詳細數據

requestErrorDetails?: string

屬性值

string