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?: undefined | string
Property Value
undefined | string
errorResponse
lastActionTimestamp
Timestamp when the current state was entered.
lastActionTimestamp?: undefined | string
Property Value
undefined | string
operationId
Operation Id.
operationId?: undefined | string
Property Value
undefined | 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?: undefined | string
Property Value
undefined | string
userId
User Id
userId?: undefined | string
Property Value
undefined | string