BatchPipelineComponentDeploymentConfiguration interface

Properties for a Batch Pipeline Component Deployment.

Extends

Properties

componentId

The ARM id of the component to be run.

deploymentConfigurationType

Polymorphic discriminator, which specifies the different types this object can be

description

The description which will be applied to the job.

settings

Run-time settings for the pipeline job.

tags

The tags which will be applied to the job.

Property Details

componentId

The ARM id of the component to be run.

componentId?: IdAssetReference

Property Value

deploymentConfigurationType

Polymorphic discriminator, which specifies the different types this object can be

deploymentConfigurationType: "PipelineComponent"

Property Value

"PipelineComponent"

description

The description which will be applied to the job.

description?: string

Property Value

string

settings

Run-time settings for the pipeline job.

settings?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}

tags

The tags which will be applied to the job.

tags?: {[propertyName: string]: string | null}

Property Value

{[propertyName: string]: string | null}