PipelineResource interface

Pipeline resource type.

Extends

Properties

activities

List of activities in pipeline.

additionalProperties

Additional properties

annotations

List of tags that can be used for describing the Pipeline.

concurrency

The max number of concurrent runs for the pipeline.

description

The description of the pipeline.

etag

"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")

folder

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

parameters

List of parameters for pipeline.

policy

Pipeline Policy.

runDimensions

Dimensions emitted by Pipeline.

variables

List of variables for pipeline.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

activities

List of activities in pipeline.

activities?: ActivityUnion[]

Property Value

additionalProperties

Additional properties

additionalProperties?: Record<string, any>

Property Value

Record<string, any>

annotations

List of tags that can be used for describing the Pipeline.

annotations?: any[]

Property Value

any[]

concurrency

The max number of concurrent runs for the pipeline.

concurrency?: number

Property Value

number

description

The description of the pipeline.

description?: string

Property Value

string

etag

"If etag is provided in the response body, it may also be provided as a header per the normal etag convention. Entity tags are used for comparing two or more entities from the same requested resource. HTTP/1.1 uses entity tags in the etag (section 14.19), If-Match (section 14.24), If-None-Match (section 14.26), and If-Range (section 14.27) header fields.")

etag?: string

Property Value

string

folder

The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.

folder?: PipelineFolder

Property Value

parameters

List of parameters for pipeline.

parameters?: Record<string, ParameterSpecification>

Property Value

Record<string, ParameterSpecification>

policy

Pipeline Policy.

policy?: PipelinePolicy

Property Value

runDimensions

Dimensions emitted by Pipeline.

runDimensions?: Record<string, any>

Property Value

Record<string, any>

variables

List of variables for pipeline.

variables?: Record<string, VariableSpecification>

Property Value

Record<string, VariableSpecification>

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type