JobStage interface
The details about the specific stage of a job.
Properties
detail | The details of the stage. |
error |
The error code of the stage if any. |
message | The message of the job stage. |
stage |
The stage status. |
Property Details
detail
The details of the stage.
detail?: string
Property Value
string
errorCode
The error code of the stage if any.
errorCode?: string
Property Value
string
message
The message of the job stage.
message?: string
Property Value
string
stageStatus
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