BatchPipelineComponentDeploymentConfiguration interface

バッチ パイプライン コンポーネント デプロイのプロパティ。

Extends

プロパティ

componentId

実行するコンポーネントの ARM ID。

deploymentConfigurationType

[必須]デプロイの種類

description

ジョブに適用される説明。

settings

パイプライン ジョブの実行時設定。

tags

ジョブに適用されるタグ。

プロパティの詳細

componentId

実行するコンポーネントの ARM ID。

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>