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.
query_by_pipeline_run(resource_group_name: str, factory_name: str, run_id: str, filter_parameters: _models.RunFilterParameters, *, content_type: str = 'application/json', **kwargs: Any) -> _models.ActivityRunsQueryResponse
Parameters
Name | Description |
---|---|
resource_group_name
Required
|
The resource group name. Required. |
factory_name
Required
|
The factory name. Required. |
run_id
Required
|
The pipeline run identifier. Required. |
filter_parameters
Required
|
Parameters to filter the activity runs. Is either a RunFilterParameters type or a IO[bytes] type. Required. |
Returns
Type | Description |
---|---|
ActivityRunsQueryResponse or the result of cls(response) |
Exceptions
Type | Description |
---|---|
Attributes
models
models = <module 'azure.mgmt.datafactory.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python