PipelineResource Class

Pipeline resource type.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.datafactory.models._models_py3.SubResource
PipelineResource

Constructor

PipelineResource(*, additional_properties: Dict[str, MutableMapping[str, Any]] | None = None, description: str | None = None, activities: List[_models.Activity] | None = None, parameters: Dict[str, _models.ParameterSpecification] | None = None, variables: Dict[str, _models.VariableSpecification] | None = None, concurrency: int | None = None, annotations: List[MutableMapping[str, Any]] | None = None, run_dimensions: Dict[str, MutableMapping[str, Any]] | None = None, folder: _models.PipelineFolder | None = None, policy: _models.PipelinePolicy | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

description
str

The description of the pipeline.

activities

List of activities in pipeline.

parameters

List of parameters for pipeline.

variables

List of variables for pipeline.

concurrency
int

The max number of concurrent runs for the pipeline.

annotations
list[<xref:JSON>]

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

run_dimensions
dict[str, <xref:JSON>]

Dimensions emitted by Pipeline.

folder

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

policy

Pipeline Policy.

Variables

Name Description
id
str

The resource identifier.

name
str

The resource name.

type
str

The resource type.

etag
str

Etag identifies change in the resource.

additional_properties
dict[str, <xref:JSON>]

Unmatched properties from the message are deserialized to this collection.

description
str

The description of the pipeline.

activities

List of activities in pipeline.

parameters

List of parameters for pipeline.

variables

List of variables for pipeline.

concurrency
int

The max number of concurrent runs for the pipeline.

annotations
list[<xref:JSON>]

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

run_dimensions
dict[str, <xref:JSON>]

Dimensions emitted by Pipeline.

folder

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

policy

Pipeline Policy.