BatchPipelineComponentDeploymentConfiguration interface
バッチ パイプライン コンポーネントのデプロイのプロパティ。
- Extends
プロパティ
| 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}