PipelineResource Class
Pipeline resource type.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.SubResourcePipelineResource
Constructor
PipelineResource(*, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, activities: Optional[List[azure.synapse.artifacts.models._models_py3.Activity]] = None, parameters: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.ParameterSpecification]] = None, variables: Optional[Dict[str, azure.synapse.artifacts.models._models_py3.VariableSpecification]] = None, concurrency: Optional[int] = None, annotations: Optional[List[object]] = None, run_dimensions: Optional[Dict[str, object]] = None, folder: Optional[azure.synapse.artifacts.models._models_py3.PipelineFolder] = None, **kwargs)
Parameters
Required
Unmatched properties from the message are deserialized to this collection.
- folder
- PipelineFolder
Required
The folder that this Pipeline is in. If not specified, Pipeline will appear at the root level.
Variables
- id
- str
The resource identifier.
- name
- str
The resource name.
- type
- str
The resource type.
- etag
- str
Etag identifies change in the resource.
Feedback
Submit and view feedback for