PipelineResource interface
管道资源类型。
- 扩展
属性
| activities | 管道中的活动列表。 |
| annotations | 可用于描述管道的标记列表。 |
| concurrency | 管道的最大并发运行数。 |
| description | 管道的说明。 |
| folder | 此管道所在的文件夹。 如果未指定,管道将显示在根级别。 |
| parameters | 管道的参数列表。 |
| run |
管道发出的维度。 |
| variables | 管道的变量列表。 |
继承属性
| etag | 资源 Etag。 注意:此属性不会序列化。 它只能由服务器填充。 |
| id | 资源的完全限定资源 ID。 Ex - /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
id
资源的完全限定资源 ID。 Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} 注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
继承自 SubResource.id 的
name
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string