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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript