Get Pipeline Result
data class GetPipelineResult(val description: String? = null, val enabled: Boolean, val extendedLocation: ExtendedLocationResponse, val id: String, val input: PipelineInputResponse, val location: String, val name: String, val provisioningState: String, val stages: Map<String, PipelineStageResponse>, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)
A Pipeline resource belonging to an Instance resource.
Constructors
Link copied to clipboard
fun GetPipelineResult(description: String? = null, enabled: Boolean, extendedLocation: ExtendedLocationResponse, id: String, input: PipelineInputResponse, location: String, name: String, provisioningState: String, stages: Map<String, PipelineStageResponse>, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)