ActivityRunsOperations Class  
Warning
DO NOT instantiate this class directly.
Instead, you should access the following operations through
<xref:activity_runs> attribute.
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: _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:\\ToolCache\\Python\\3.11.9\\x64\\Lib\\site-packages\\py2docfx\\venv\\venv110\\Lib\\site-packages\\azure\\mgmt\\datafactory\\models\\__init__.py'>