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