ActivityRunsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

DataFactoryManagementClient's

<xref:activity_runs> attribute.

Inheritance
builtins.object
ActivityRunsOperations

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

resource_group_name
str
Required

The resource group name.

factory_name
str
Required

The factory name.

run_id
str
Required

The pipeline run identifier.

filter_parameters
RunFilterParameters
Required

Parameters to filter the activity runs.

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'>