OperationResource interface
Operation Resource
Properties
end |
End time of the operation |
error | Required if status == failed or status == canceled. This is the OData v4 error format, used by the RPC and will go into the v2.2 Azure REST API guidelines. |
id | It should match what is used to GET the operation result |
name | It must match the last segment of the "id" field, and will typically be a GUID / system generated value |
start |
Start time of the operation |
status | The status of the operation. (InProgress/Success/Failed/Cancelled) |
Property Details
endTime
End time of the operation
endTime?: Date
Property Value
Date
error
Required if status == failed or status == canceled. This is the OData v4 error format, used by the RPC and will go into the v2.2 Azure REST API guidelines.
error?: ErrorModel
Property Value
id
It should match what is used to GET the operation result
id?: string
Property Value
string
name
It must match the last segment of the "id" field, and will typically be a GUID / system generated value
name?: string
Property Value
string
startTime
Start time of the operation
startTime?: Date
Property Value
Date
status
The status of the operation. (InProgress/Success/Failed/Cancelled)
status?: string
Property Value
string