GetPipelineRunResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val forceUpdateTag: String? = null

How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed.

Link copied to clipboard
val id: String

The resource ID.

Link copied to clipboard

The name of the resource.

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.

Link copied to clipboard

The type of the resource.