OperationStatus interface
The OperationStatus object returns the state of an asynchronous operation.
Properties
| error | An error from the Azure Bare Metal Infrastructure service. |
| name | Unique Operation Status Identifier. |
| start |
Start Time when the operation was initially executed. |
| status | Status of the operation. |
Property Details
error
An error from the Azure Bare Metal Infrastructure service.
error?: OperationStatusError
Property Value
name
Unique Operation Status Identifier.
name?: string
Property Value
string
startTime
Start Time when the operation was initially executed.
startTime?: string
Property Value
string
status
Status of the operation.
status?: string
Property Value
string