共用方式為


BatchPipelineComponentDeploymentConfiguration interface

Batch 管線元件部署的屬性。

Extends

屬性

componentId

要執行的元件的 ARM 識別碼。

deploymentConfigurationType

多型歧視性,指定這個物件可以是的不同類型

description

將套用至作業的描述。

settings

管線作業的運行時間設定。

tags

將套用至作業的標記。

屬性詳細資料

componentId

要執行的元件的 ARM 識別碼。

componentId?: IdAssetReference

屬性值

deploymentConfigurationType

多型歧視性,指定這個物件可以是的不同類型

deploymentConfigurationType: "PipelineComponent"

屬性值

"PipelineComponent"

description

將套用至作業的描述。

description?: string

屬性值

string

settings

管線作業的運行時間設定。

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

屬性值

{[propertyName: string]: string | null}

tags

將套用至作業的標記。

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

屬性值

{[propertyName: string]: string | null}