Share via


Operation interface

記錄以追蹤長時間執行的作業。

屬性

createdTimestamp

建立作業時的時間戳記。

errorResponse

發生失敗時的錯誤詳細資料。

lastActionTimestamp

輸入目前狀態時的時間戳記。

operationId

作業識別碼。

operationState

作業狀態。 可能的值包括:'Failed'、'NotStarted'、'Running'、'Succeeded'

resourceLocation

已完成資源的目標資源位置相對 URI。

userId

使用者識別碼

屬性詳細資料

createdTimestamp

建立作業時的時間戳記。

createdTimestamp?: string

屬性值

string

errorResponse

發生失敗時的錯誤詳細資料。

errorResponse?: 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