PipelineArgs

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
val activities: Output<List<Any>>? = null

List of activities in pipeline.

Link copied to clipboard
val annotations: Output<List<Any>>? = null

List of tags that can be used for describing the Pipeline.

Link copied to clipboard
val concurrency: Output<Int>? = null

The max number of concurrent runs for the pipeline.

Link copied to clipboard
val description: Output<String>? = null

The description of the pipeline.

Link copied to clipboard
val factoryName: Output<String>? = null

The factory name.

Link copied to clipboard
val folder: Output<PipelineFolderArgs>? = null

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
val pipelineName: Output<String>? = null

The pipeline name.

Link copied to clipboard
val policy: Output<PipelinePolicyArgs>? = null

Pipeline Policy.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

The resource group name.

Link copied to clipboard
val runDimensions: Output<Map<String, Any>>? = null

Dimensions emitted by Pipeline.

Link copied to clipboard

List of variables for pipeline.

Functions

Link copied to clipboard
open override fun toJava(): PipelineArgs