ResourceOperationDetails interface
The details of a response from an operation on a resource
Properties
completed |
Time the operation was complete if errors are null |
deadline | Deadline for the operation |
deadline |
Type of deadline of the operation |
operation |
Operation identifier for the unique operation |
op |
Type of operation performed on the resources |
resource |
Unique identifier for the resource involved in the operation, eg ArmId |
resource |
Operation level errors if they exist |
retry |
Retry policy the user can pass |
state | Current state of the operation |
subscription |
Subscription id attached to the request |
time |
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
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
Azure SDK for JavaScript