get Fhir Service
Gets the properties of the specified FHIR Service. Uses Azure REST API version 2023-02-28. Other available API versions: 2023-09-06, 2023-11-01, 2023-12-01, 2024-03-01, 2024-03-31, 2025-03-01-preview.
Return
The description of Fhir Service
Parameters
argument
null
suspend fun getFhirService(fhirServiceName: String, resourceGroupName: String, workspaceName: String): GetFhirServiceResult
Return
The description of Fhir Service
Parameters
fhir Service Name
The name of FHIR Service 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 getFhirService(argument: suspend GetFhirServicePlainArgsBuilder.() -> Unit): GetFhirServiceResult
Return
The description of Fhir Service
Parameters
argument
Builder for com.pulumi.azurenative.healthcareapis.kotlin.inputs.GetFhirServicePlainArgs.