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.SubResourcePipelineResource
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
|
Unmatched properties from the message are deserialized to this collection. |
description
|
The description of the pipeline. |
activities
|
List of activities in pipeline. |
parameters
|
List of parameters for pipeline. |
variables
|
List of variables for pipeline. |
concurrency
|
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
|
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
|
The resource identifier. |
name
|
The resource name. |
type
|
The resource type. |
etag
|
Etag identifies change in the resource. |
additional_properties
|
Unmatched properties from the message are deserialized to this collection. |
description
|
The description of the pipeline. |
activities
|
List of activities in pipeline. |
parameters
|
List of parameters for pipeline. |
variables
|
List of variables for pipeline. |
concurrency
|
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
|
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. |
Azure SDK for Python