Get Pipeline Run Result
data class GetPipelineRunResult(val forceUpdateTag: String? = null, val id: String, val name: String, val provisioningState: String, val request: PipelineRunRequestResponse? = null, val response: PipelineRunResponseResponse, val systemData: SystemDataResponse, val type: String)
An object that represents a pipeline run for a container registry.
Constructors
Link copied to clipboard
constructor(forceUpdateTag: String? = null, id: String, name: String, provisioningState: String, request: PipelineRunRequestResponse? = null, response: PipelineRunResponseResponse, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.
Link copied to clipboard
The provisioning state of a pipeline run.
Link copied to clipboard
The request parameters for a pipeline run.
Link copied to clipboard
The response of a pipeline run.
Link copied to clipboard
Metadata pertaining to creation and last modification of the resource.