get Iot Connector Fhir Destination
suspend fun getIotConnectorFhirDestination(argument: GetIotConnectorFhirDestinationPlainArgs): GetIotConnectorFhirDestinationResult
Gets the properties of the specified Iot Connector FHIR destination. API Version: 2022-05-15.
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
fhir Destination Name
The name of IoT Connector FHIR destination resource.
iot Connector Name
The name of IoT Connector resource.
resource Group Name
The name of the resource group that contains the service instance.
workspace Name
The name of workspace resource.
See also
suspend fun getIotConnectorFhirDestination(argument: suspend GetIotConnectorFhirDestinationPlainArgsBuilder.() -> Unit): GetIotConnectorFhirDestinationResult
Return
IoT Connector FHIR destination definition.
Parameters
argument
Builder for com.pulumi.azurenative.healthcareapis.kotlin.inputs.GetIotConnectorFhirDestinationPlainArgs.