Package version:

Interface PipelineResource

Pipeline resource type.

Hierarchy

Indexable

[property: string]: any

Properties

activities?: ActivityUnion[]

List of activities in pipeline.

annotations?: any[]

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

concurrency?: number

The max number of concurrent runs for the pipeline.

description?: string

The description of the pipeline.

etag?: string

Resource Etag. NOTE: This property will not be serialized. It can only be populated by the server.

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

id?: string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

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

List of parameters for pipeline.

Type declaration

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

Dimensions emitted by Pipeline.

Type declaration

  • [propertyName: string]: any
type?: string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

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

List of variables for pipeline.

Type declaration

Generated using TypeDoc