PipelineJobOperationStatus interface
Used for tracking the status of an operation on the pipeline job.
Properties
error | The error details for the pipeline job operation. NOTE: This property will not be serialized. It can only be populated by the server. |
name | The name of the pipeline job operation. NOTE: This property will not be serialized. It can only be populated by the server. |
status | The status of the pipeline job operation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
error
The error details for the pipeline job 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 pipeline job 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 pipeline job 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