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
fun GetPipelineRunResult(forceUpdateTag: String? = null, id: String, name: String, provisioningState: String, request: PipelineRunRequestResponse? = null, response: PipelineRunResponseResponse, systemData: SystemDataResponse, type: String)