OperationResultsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

HealthcareApisManagementClient's

<xref:operation_results> attribute.

Inheritance
builtins.object
OperationResultsOperations

Constructor

OperationResultsOperations(*args, **kwargs)

Methods

get

Get the operation result for a long running operation.

get

Get the operation result for a long running operation.

async get(location_name: str, operation_result_id: str, **kwargs: Any) -> OperationResultsDescription

Parameters

Name Description
location_name
Required
str

The location of the operation. Required.

operation_result_id
Required
str

The ID of the operation result to get. Required.

Returns

Type Description

OperationResultsDescription or the result of cls(response)

Exceptions

Type Description

Attributes

models

models = <module 'azure.mgmt.healthcareapis.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.11.9\\x64\\Lib\\site-packages\\azure\\mgmt\\healthcareapis\\models\\__init__.py'>