PipelineOperations Class
PipelineOperations operations.
- Inheritance
-
builtins.objectPipelineOperations
Constructor
PipelineOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- api_version
Client Api Version. Constant value: "2017-09-01-preview".
Methods
| get |
Gets the Pipeline information for the specified pipeline ID. |
| list |
Lists all pipelines. |
get
Gets the Pipeline information for the specified pipeline ID.
get(account_name, pipeline_identity, start_date_time=None, end_date_time=None, custom_headers=None, raw=False, **operation_config)
Parameters
- start_date_time
- datetime
The start date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.
- end_date_time
- datetime
The end date for when to get the pipeline and aggregate its data. The startDateTime and endDateTime can be no more than 30 days apart.
- operation_config
Operation configuration overrides.
Returns
JobPipelineInformation or ClientRawResponse if raw=true
Return type
Exceptions
list
Lists all pipelines.
list(account_name, start_date_time=None, end_date_time=None, custom_headers=None, raw=False, **operation_config)
Parameters
- start_date_time
- datetime
The start date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.
- end_date_time
- datetime
The end date for when to get the list of pipelines. The startDateTime and endDateTime can be no more than 30 days apart.
- operation_config
Operation configuration overrides.
Returns
An iterator like instance of JobPipelineInformation
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.datalake.analytics.job.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datalake\\analytics\\job\\models\\__init__.py'>
Feedback
Submit and view feedback for