BatchPipelineComponentDeploymentConfiguration interface

批次管線元件部署的屬性。

Extends

屬性

componentId

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

deploymentConfigurationType

[必要]部署的類型

description

將套用至作業的描述。

settings

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

tags

將套用至作業的標記。

屬性詳細資料

componentId

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

componentId?: IdAssetReference

屬性值

deploymentConfigurationType

[必要]部署的類型

deploymentConfigurationType: "PipelineComponent"

屬性值

"PipelineComponent"

description

將套用至作業的描述。

description?: string

屬性值

string

settings

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

settings?: Record<string, string>

屬性值

Record<string, string>

tags

將套用至作業的標記。

tags?: Record<string, string>

屬性值

Record<string, string>