次の方法で共有


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?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}

tags

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

tags?: {[propertyName: string]: string | null}

プロパティ値

{[propertyName: string]: string | null}