BatchPipelineComponentDeploymentConfiguration interface
Batch 管線元件部署的屬性。
- Extends
屬性
component |
要執行的元件的 ARM 識別碼。 |
deployment |
多型歧視性,指定這個物件可以是的不同類型 |
description | 將套用至作業的描述。 |
settings | 管線作業的運行時間設定。 |
tags | 將套用至作業的標記。 |
屬性詳細資料
componentId
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}