Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineResource

Package version

Pipeline resource type.

Hierarchy

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional activities

activities: ActivityUnion[]

List of activities in pipeline.

Optional annotations

annotations: any[]

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

Optional concurrency

concurrency: undefined | number

The max number of concurrent runs for the pipeline.

Optional description

description: undefined | string

The description of the pipeline.

Optional etag

etag: undefined | string

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

Optional folder

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

Optional id

id: undefined | 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.

Optional name

name: undefined | string

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

Optional parameters

parameters: undefined | {}

List of parameters for pipeline.

Optional runDimensions

runDimensions: undefined | {}

Dimensions emitted by Pipeline.

Optional type

type: undefined | 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.

Optional variables

variables: undefined | {}

List of variables for pipeline.

Generated using TypeDoc