OperationStatus interface
The status of a long-running operation.
Properties
| end |
The end time of the operation. |
| error | Error response describing why the operation failed. |
| id | The operation's unique id. |
| name | The operation's name. |
| start |
The start time of the operation. |
| status | The current status of the operation. |
Property Details
endTime
The end time of the operation.
endTime?: string
Property Value
string
error
Error response describing why the operation failed.
error?: ErrorResponse
Property Value
id
The operation's unique id.
id?: string
Property Value
string
name
The operation's name.
name?: string
Property Value
string
startTime
The start time of the operation.
startTime?: string
Property Value
string
status
The current status of the operation.
status?: string
Property Value
string