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'>
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python