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.

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
str

The resource group name. Required.

factory_name
Required
str

The factory name. Required.

run_id
Required
str

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