LivePipelineOperationStatus interface
Used for tracking the status of an operation on the live pipeline.
Properties
error | The error details for the live pipeline operation. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the live pipeline operation. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the live pipeline operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
error
The error details for the live pipeline operation. NOTE: This property will not be serialized. It can only be populated by the server.
error?: ErrorDetail
Property Value
name
The name of the live pipeline operation. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
status
The status of the live pipeline operation. NOTE: This property will not be serialized. It can only be populated by the server.
status?: string
Property Value
string
Azure SDK for JavaScript