HealthcareapisFunctions

Functions

Link copied to clipboard

Gets the properties of the specified DICOM Service. API Version: 2022-05-15.

suspend fun getDicomService(dicomServiceName: String, resourceGroupName: String, workspaceName: String): GetDicomServiceResult
Link copied to clipboard

Gets the properties of the specified FHIR Service. API Version: 2022-05-15.

suspend fun getFhirService(fhirServiceName: String, resourceGroupName: String, workspaceName: String): GetFhirServiceResult
Link copied to clipboard

Gets the properties of the specified IoT Connector. API Version: 2022-05-15.

suspend fun getIotConnector(iotConnectorName: String, resourceGroupName: String, workspaceName: String): GetIotConnectorResult
Link copied to clipboard

Gets the properties of the specified Iot Connector FHIR destination. API Version: 2022-05-15.

suspend fun getIotConnectorFhirDestination(fhirDestinationName: String, iotConnectorName: String, resourceGroupName: String, workspaceName: String): GetIotConnectorFhirDestinationResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the service. API Version: 2022-05-15.

suspend fun getPrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, resourceName: String): GetPrivateEndpointConnectionResult
Link copied to clipboard

Get the metadata of a service instance. API Version: 2022-05-15.

suspend fun getService(argument: suspend GetServicePlainArgsBuilder.() -> Unit): GetServiceResult
suspend fun getService(resourceGroupName: String, resourceName: String): GetServiceResult
Link copied to clipboard

Gets the properties of the specified workspace. API Version: 2022-05-15.

suspend fun getWorkspace(resourceGroupName: String, workspaceName: String): GetWorkspaceResult
Link copied to clipboard

Gets the specified private endpoint connection associated with the workspace. API Version: 2022-05-15.

suspend fun getWorkspacePrivateEndpointConnection(privateEndpointConnectionName: String, resourceGroupName: String, workspaceName: String): GetWorkspacePrivateEndpointConnectionResult