FhirDestinationsOperations Class

Warning

DO NOT instantiate this class directly.

Instead, you should access the following operations through

HealthcareApisManagementClient's

<xref:fhir_destinations> attribute.

Inheritance
builtins.object
FhirDestinationsOperations

Constructor

FhirDestinationsOperations(*args, **kwargs)

Methods

list_by_iot_connector

Lists all FHIR destinations for the given IoT Connector.

list_by_iot_connector

Lists all FHIR destinations for the given IoT Connector.

list_by_iot_connector(resource_group_name: str, workspace_name: str, iot_connector_name: str, **kwargs: Any) -> AsyncIterable[IotFhirDestination]

Parameters

Name Description
resource_group_name
Required
str

The name of the resource group that contains the service instance. Required.

workspace_name
Required
str

The name of workspace resource. Required.

iot_connector_name
Required
str

The name of IoT Connector resource. Required.

Returns

Type Description

An iterator like instance of either IotFhirDestination 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'>