FhirDestinations interface

Interface representing a FhirDestinations.

Methods

listByIotConnector(string, string, string, FhirDestinationsListByIotConnectorOptionalParams)

Lists all FHIR destinations for the given IoT Connector

Method Details

listByIotConnector(string, string, string, FhirDestinationsListByIotConnectorOptionalParams)

Lists all FHIR destinations for the given IoT Connector

function listByIotConnector(resourceGroupName: string, workspaceName: string, iotConnectorName: string, options?: FhirDestinationsListByIotConnectorOptionalParams): PagedAsyncIterableIterator<IotFhirDestination, IotFhirDestination[], PageSettings>

Parameters

resourceGroupName

string

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

workspaceName

string

The name of workspace resource.

iotConnectorName

string

The name of IoT Connector resource.

options
FhirDestinationsListByIotConnectorOptionalParams

The options parameters.

Returns