getIotConnectorFhirDestination

Gets the properties of the specified Iot Connector FHIR destination. Uses Azure REST API version 2024-03-31. Other available API versions: 2022-10-01-preview, 2022-12-01, 2023-02-28, 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native healthcareapis [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Return

IoT Connector FHIR destination definition.

Parameters

argument

null


suspend fun getIotConnectorFhirDestination(fhirDestinationName: String, iotConnectorName: String, resourceGroupName: String, workspaceName: String): GetIotConnectorFhirDestinationResult

Return

IoT Connector FHIR destination definition.

Parameters

fhirDestinationName

The name of IoT Connector FHIR destination resource.

iotConnectorName

The name of IoT Connector resource.

resourceGroupName

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

workspaceName

The name of workspace resource.

See also


Return

IoT Connector FHIR destination definition.

Parameters

argument

Builder for com.pulumi.azurenative.healthcareapis.kotlin.inputs.GetIotConnectorFhirDestinationPlainArgs.

See also