BatchPipelineComponentDeploymentConfiguration interface
Batch 管道组件部署的属性。
- 扩展
属性
component |
要运行的组件的 ARM ID。 |
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}