次の方法で共有


PipelineResource interface

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

Extends

プロパティ

activities

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

annotations

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

concurrency

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

description

パイプラインの説明。

folder

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

parameters

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

runDimensions

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

variables

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

継承されたプロパティ

etag

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

id

リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

name

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

type

リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

プロパティの詳細

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}

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。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

id?: string

プロパティ値

string

SubResource.id から継承された

name

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

name?: string

プロパティ値

string

SubResource.name から継承された

type

リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。

type?: string

プロパティ値

string

SubResource.type から継承