Pipeline Args
data class PipelineArgs(val activities: Output<List<Any>>? = null, val annotations: Output<List<Any>>? = null, val concurrency: Output<Int>? = null, val description: Output<String>? = null, val factoryName: Output<String>? = null, val folder: Output<PipelineFolderArgs>? = null, val parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, val pipelineName: Output<String>? = null, val policy: Output<PipelinePolicyArgs>? = null, val resourceGroupName: Output<String>? = null, val runDimensions: Output<Map<String, Any>>? = null, val variables: Output<Map<String, VariableSpecificationArgs>>? = null) : ConvertibleToJava<PipelineArgs>
Pipeline resource type. Uses Azure REST API version 2018-06-01. In version 2.x of the Azure Native provider, it used API version 2018-06-01.
Constructors
Link copied to clipboard
constructor(activities: Output<List<Any>>? = null, annotations: Output<List<Any>>? = null, concurrency: Output<Int>? = null, description: Output<String>? = null, factoryName: Output<String>? = null, folder: Output<PipelineFolderArgs>? = null, parameters: Output<Map<String, ParameterSpecificationArgs>>? = null, pipelineName: Output<String>? = null, policy: Output<PipelinePolicyArgs>? = null, resourceGroupName: Output<String>? = null, runDimensions: Output<Map<String, Any>>? = null, variables: Output<Map<String, VariableSpecificationArgs>>? = 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 factory name.
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
The pipeline name.
Link copied to clipboard
Pipeline Policy.
Link copied to clipboard
The resource group name.
Link copied to clipboard
Dimensions emitted by Pipeline.
Link copied to clipboard
List of variables for pipeline.