Operation interface
記錄以追蹤長時間執行的作業。
屬性
created |
建立作業時的時間戳記。 |
error |
發生失敗時的錯誤詳細資料。 |
last |
輸入目前狀態時的時間戳記。 |
operation |
作業識別碼。 |
operation |
作業狀態。 可能的值包括:'Failed'、'NotStarted'、'Running'、'Succeeded' |
resource |
已完成資源的目標資源位置相對 URI。 |
user |
使用者識別碼 |
屬性詳細資料
createdTimestamp
建立作業時的時間戳記。
createdTimestamp?: string
屬性值
string
errorResponse
lastActionTimestamp
輸入目前狀態時的時間戳記。
lastActionTimestamp?: string
屬性值
string
operationId
作業識別碼。
operationId?: string
屬性值
string
operationState
作業狀態。 可能的值包括:'Failed'、'NotStarted'、'Running'、'Succeeded'
operationState?: OperationStateType
屬性值
resourceLocation
已完成資源的目標資源位置相對 URI。
resourceLocation?: string
屬性值
string
userId
使用者識別碼
userId?: string
屬性值
string