PipelineResource interface

パイプライン リソースの種類。

Extends

プロパティ

activities

パイプライン内のアクティビティの一覧。

annotations

パイプラインの記述に使用できるタグの一覧。

concurrency

パイプラインの同時実行の最大数。

description

パイプラインの説明。

folder

このパイプラインが存在するフォルダー。 指定しない場合、パイプラインはルート レベルで表示されます。

parameters

パイプラインのパラメーターの一覧。

policy

パイプラインポリシー。

runDimensions

パイプラインによって出力されるディメンション。

variables

パイプラインの変数の一覧。

継承されたプロパティ

etag

Etag は、リソース内の変更を識別します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id

リソース識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name

リソースの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type

リソースの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

activities

パイプライン内のアクティビティの一覧。

activities?: ActivityUnion[]

プロパティ値

annotations

パイプラインの記述に使用できるタグの一覧。

annotations?: any[]

プロパティ値

any[]

concurrency

パイプラインの同時実行の最大数。

concurrency?: number

プロパティ値

number

description

パイプラインの説明。

description?: string

プロパティ値

string

folder

このパイプラインが存在するフォルダー。 指定しない場合、パイプラインはルート レベルで表示されます。

folder?: PipelineFolder

プロパティ値

parameters

パイプラインのパラメーターの一覧。

parameters?: {[propertyName: string]: ParameterSpecification}

プロパティ値

{[propertyName: string]: ParameterSpecification}

policy

パイプラインポリシー。

policy?: PipelinePolicy

プロパティ値

runDimensions

パイプラインによって出力されるディメンション。

runDimensions?: {[propertyName: string]: any}

プロパティ値

{[propertyName: string]: any}

variables

パイプラインの変数の一覧。

variables?: {[propertyName: string]: VariableSpecification}

プロパティ値

{[propertyName: string]: VariableSpecification}

継承されたプロパティの詳細

etag

Etag は、リソース内の変更を識別します。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

etag?: string

プロパティ値

string

SubResource.etag から継承された

id

リソース識別子。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

SubResource.id から継承された

name

リソースの名前。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name?: string

プロパティ値

string

承元SubResource.name

type

リソースの種類。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

承元SubResource.type