PipelineResource interface
パイプライン リソースの種類。
- Extends
プロパティ
| activities | パイプライン内のアクティビティの一覧。 |
| annotations | パイプラインの記述に使用できるタグの一覧。 |
| concurrency | パイプラインの同時実行の最大数。 |
| description | パイプラインの説明。 |
| folder | このパイプラインが存在するフォルダー。 指定しない場合、パイプラインはルート レベルで表示されます。 |
| parameters | パイプラインのパラメーターの一覧。 |
| run |
パイプラインによって出力されるディメンション。 |
| variables | パイプラインの変数の一覧。 |
継承されたプロパティ
| etag | リソース Etag。 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| id | リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| name | リソースの名前注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
| type | リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。 |
プロパティの詳細
activities
annotations
パイプラインの記述に使用できるタグの一覧。
annotations?: any[]
プロパティ値
any[]
concurrency
パイプラインの同時実行の最大数。
concurrency?: number
プロパティ値
number
description
パイプラインの説明。
description?: string
プロパティ値
string
folder
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
id
リソースの完全修飾リソース ID。 例 - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
id?: string
プロパティ値
string
name
リソースの名前注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
name?: string
プロパティ値
string
type
リソースの種類。 例: "Microsoft.Compute/virtualMachines" または "Microsoft.Storage/storageAccounts" 注: このプロパティはシリアル化されません。 サーバーによってのみ設定できます。
type?: string
プロパティ値
string