OperationResult interface
A long running operation result
Properties
end |
End time |
error | The error for a failure if the operation failed. |
id | Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the resource NOTE: This property will not be serialized. It can only be populated by the server. |
percent |
Percent completion |
start |
Start time |
status | The operation status |
Property Details
endTime
End time
endTime?: Date
Property Value
Date
error
id
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
name
The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
percentComplete
Percent completion
percentComplete?: number
Property Value
number
startTime
Start time
startTime?: Date
Property Value
Date