你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Operation interface
Record to track long running operation.
Properties
created |
Timestamp when the operation was created. |
error |
Error details in case of failures. |
last |
Timestamp when the current state was entered. |
operation |
Operation Id. |
operation |
Operation state. Possible values include: 'Failed', 'NotStarted', 'Running', 'Succeeded' |
resource |
Relative URI to the target resource location for completed resources. |
user |
User Id |
Property Details
createdTimestamp
Timestamp when the operation was created.
createdTimestamp?: string
Property Value
string
errorResponse
lastActionTimestamp
Timestamp when the current state was entered.
lastActionTimestamp?: string
Property Value
string
operationId
Operation Id.
operationId?: string
Property Value
string
operationState
Operation state. Possible values include: 'Failed', 'NotStarted', 'Running', 'Succeeded'
operationState?: OperationStateType
Property Value
resourceLocation
Relative URI to the target resource location for completed resources.
resourceLocation?: string
Property Value
string
userId
User Id
userId?: string
Property Value
string