BatchPipelineComponentDeploymentConfiguration interface
バッチ パイプライン コンポーネント デプロイのプロパティ。
- Extends
プロパティ
| component |
実行するコンポーネントの ARM ID。 |
| deployment |
[必須]デプロイの種類 |
| description | ジョブに適用される説明。 |
| settings | パイプライン ジョブの実行時設定。 |
| tags | ジョブに適用されるタグ。 |
プロパティの詳細
componentId
deploymentConfigurationType
[必須]デプロイの種類
deploymentConfigurationType: "PipelineComponent"
プロパティ値
"PipelineComponent"
description
ジョブに適用される説明。
description?: string
プロパティ値
string
settings
パイプライン ジョブの実行時設定。
settings?: Record<string, string>
プロパティ値
Record<string, string>
tags
ジョブに適用されるタグ。
tags?: Record<string, string>
プロパティ値
Record<string, string>