ResourceOperationDetails interface

The details of a response from an operation on a resource

Properties

completedAt

Time the operation was complete if errors are null

deadline

Deadline for the operation

deadlineType

Type of deadline of the operation

operationId

Operation identifier for the unique operation

opType

Type of operation performed on the resources

resourceId

Unique identifier for the resource involved in the operation, eg ArmId

resourceOperationError

Operation level errors if they exist

retryPolicy

Retry policy the user can pass

state

Current state of the operation

subscriptionId

Subscription id attached to the request

timeZone

Timezone for the operation

Property Details

completedAt

Time the operation was complete if errors are null

completedAt?: string

Property Value

string

deadline

Deadline for the operation

deadline: string

Property Value

string

deadlineType

Type of deadline of the operation

deadlineType: string

Property Value

string

operationId

Operation identifier for the unique operation

operationId: string

Property Value

string

opType

Type of operation performed on the resources

opType: string

Property Value

string

resourceId

Unique identifier for the resource involved in the operation, eg ArmId

resourceId: string

Property Value

string

resourceOperationError

Operation level errors if they exist

resourceOperationError?: ResourceOperationError

Property Value

retryPolicy

Retry policy the user can pass

retryPolicy?: RetryPolicy

Property Value

state

Current state of the operation

state: string

Property Value

string

subscriptionId

Subscription id attached to the request

subscriptionId: string

Property Value

string

timeZone

Timezone for the operation

timeZone?: string

Property Value

string