UpdateStatus interface
The status for an operation or group of operations.
Properties
completed |
The time the operation or group was completed. NOTE: This property will not be serialized. It can only be populated by the server. |
error | The error details when a failure is encountered. NOTE: This property will not be serialized. It can only be populated by the server. |
start |
The time the operation or group was started. NOTE: This property will not be serialized. It can only be populated by the server. |
state | The State of the operation or group. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
completedTime
The time the operation or group was completed. NOTE: This property will not be serialized. It can only be populated by the server.
completedTime?: Date
Property Value
Date
error
The error details when a failure is encountered. NOTE: This property will not be serialized. It can only be populated by the server.
error?: ErrorDetail
Property Value
startTime
The time the operation or group was started. NOTE: This property will not be serialized. It can only be populated by the server.
startTime?: Date
Property Value
Date
state
The State of the operation or group. NOTE: This property will not be serialized. It can only be populated by the server.
state?: string
Property Value
string