ActivityRunsOperations Class
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:activity_runs> attribute.
- Inheritance
-
builtins.objectActivityRunsOperations
Constructor
ActivityRunsOperations(*args, **kwargs)
Methods
| query_by_pipeline_run |
Query activity runs based on input filter conditions. |
query_by_pipeline_run
Query activity runs based on input filter conditions.
async query_by_pipeline_run(resource_group_name: str, factory_name: str, run_id: str, filter_parameters: azure.mgmt.datafactory.models._models_py3.RunFilterParameters, **kwargs: Any) -> azure.mgmt.datafactory.models._models_py3.ActivityRunsQueryResponse
Parameters
- cls
- callable
A custom type or function that will be passed the direct response
Returns
ActivityRunsQueryResponse, 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