PipelineRunsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:pipeline_runs> attribute.
- Inheritance
-
builtins.objectPipelineRunsOperations
Constructor
PipelineRunsOperations(*args, **kwargs)
Methods
| cancel |
Cancel a pipeline run by its run ID. |
| get |
Get a pipeline run by its run ID. |
| query_by_factory |
Query pipeline runs in the factory based on input filter conditions. |
cancel
Cancel a pipeline run by its run ID.
async cancel(resource_group_name: str, factory_name: str, run_id: str, is_recursive: Optional[bool] = None, **kwargs: Any) -> None
Parameters
- is_recursive
- bool
If true, cancel all the Child pipelines that are triggered by the current pipeline. Default value is None.
- cls
- callable
A custom type or function that will be passed the direct response
Returns
None, or the result of cls(response)
Return type
Exceptions
get
Get a pipeline run by its run ID.
async get(resource_group_name: str, factory_name: str, run_id: str, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.PipelineRun
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
PipelineRun, or the result of cls(response)
Return type
Exceptions
query_by_factory
Query pipeline runs in the factory based on input filter conditions.
async query_by_factory(resource_group_name: str, factory_name: str, filter_parameters: azure.mgmt.datafactory.models._models_py3.RunFilterParameters, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.PipelineRunsQueryResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
PipelineRunsQueryResponse, or the result of cls(response)
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>
Feedback
Submit and view feedback for