OperationStatusOutput interface
The current status of an async operation.
Properties
| end |
The end time of the operation, in RFC3339 format. |
| error | Operation Error message. |
| id | Fully qualified ID for the operation status. |
| name | The operation id name. |
| percent |
Percent of the operation that is complete. |
| properties | Custom operation properties, populated only for a successful operation. |
| resource |
The id of the resource. |
| start |
The start time of the operation, in RFC3339 format. |
| status | Provisioning state of the resource. Possible values: "NotStarted", "Running", "Succeeded", "Failed", "Canceled" |
Property Details
endTime
The end time of the operation, in RFC3339 format.
endTime?: string
Property Value
string
error
id
Fully qualified ID for the operation status.
id: string
Property Value
string
name
The operation id name.
name: string
Property Value
string
percentComplete
Percent of the operation that is complete.
percentComplete?: number
Property Value
number
properties
Custom operation properties, populated only for a successful operation.
properties?: any
Property Value
any
resourceId
The id of the resource.
resourceId?: string
Property Value
string
startTime
The start time of the operation, in RFC3339 format.
startTime?: string
Property Value
string
status
Provisioning state of the resource.
Possible values: "NotStarted", "Running", "Succeeded", "Failed", "Canceled"
status: string
Property Value
string