Get Pipeline Result
data class GetPipelineResult(val activities: List<Any>? = null, val annotations: List<Any>? = null, val concurrency: Int? = null, val description: String? = null, val etag: String, val folder: PipelineResponseFolder? = null, val id: String, val name: String, val parameters: Map<String, ParameterSpecificationResponse>? = null, val policy: PipelinePolicyResponse? = null, val runDimensions: Map<String, Any>? = null, val type: String, val variables: Map<String, VariableSpecificationResponse>? = null)
Pipeline resource type.
Constructors
Link copied to clipboard
constructor(activities: List<Any>? = null, annotations: List<Any>? = null, concurrency: Int? = null, description: String? = null, etag: String, folder: PipelineResponseFolder? = null, id: String, name: String, parameters: Map<String, ParameterSpecificationResponse>? = null, policy: PipelinePolicyResponse? = null, runDimensions: Map<String, Any>? = null, type: String, variables: Map<String, VariableSpecificationResponse>? = null)
Properties
Link copied to clipboard
List of activities in pipeline.
Link copied to clipboard
List of tags that can be used for describing the Pipeline.
Link copied to clipboard
The max number of concurrent runs for the pipeline.
Link copied to clipboard
The description of the pipeline.
Link copied to clipboard
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
Link copied to clipboard
List of parameters for pipeline.
Link copied to clipboard
Pipeline Policy.
Link copied to clipboard
Dimensions emitted by Pipeline.
Link copied to clipboard
List of variables for pipeline.