Operation interface

Record to track long running operation.

Properties

createdTimestamp

Timestamp when the operation was created.

errorResponse

Error details in case of failures.

lastActionTimestamp

Timestamp when the current state was entered.

operationId

Operation Id.

operationState

Operation state. Possible values include: 'Failed', 'NotStarted', 'Running', 'Succeeded'

resourceLocation

Relative URI to the target resource location for completed resources.

userId

User Id

Property Details

createdTimestamp

Timestamp when the operation was created.

createdTimestamp?: string

Property Value

string

errorResponse

Error details in case of failures.

errorResponse?: ErrorResponse

Property Value

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