BatchPipelineComponentDeploymentConfigurationArgs

data class BatchPipelineComponentDeploymentConfigurationArgs(val componentId: Output<IdAssetReferenceArgs>? = null, val deploymentConfigurationType: Output<String>, val description: Output<String>? = null, val settings: Output<Map<String, String>>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BatchPipelineComponentDeploymentConfigurationArgs>

Properties for a Batch Pipeline Component Deployment.

Constructors

constructor(componentId: Output<IdAssetReferenceArgs>? = null, deploymentConfigurationType: Output<String>, description: Output<String>? = null, settings: Output<Map<String, String>>? = null, tags: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val componentId: Output<IdAssetReferenceArgs>? = null

The ARM id of the component to be run.

Link copied to clipboard

The enumerated property types for batch deployments. Expected value is 'PipelineComponent'.

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

The description which will be applied to the job.

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

Run-time settings for the pipeline job.

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

The tags which will be applied to the job.

Functions

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