Interface FhirDestinations


  • public interface FhirDestinations
    Resource collection API of FhirDestinations.
    • Method Detail

      • listByIotConnector

        com.azure.core.http.rest.PagedIterable<IotFhirDestination> listByIotConnector​(String resourceGroupName,
                                                                                      String workspaceName,
                                                                                      String iotConnectorName)
        Lists all FHIR destinations for the given IoT Connector.
        Parameters:
        resourceGroupName - The name of the resource group that contains the service instance.
        workspaceName - The name of workspace resource.
        iotConnectorName - The name of IoT Connector resource.
        Returns:
        a collection of IoT Connector FHIR destinations as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
      • listByIotConnector

        com.azure.core.http.rest.PagedIterable<IotFhirDestination> listByIotConnector​(String resourceGroupName,
                                                                                      String workspaceName,
                                                                                      String iotConnectorName,
                                                                                      com.azure.core.util.Context context)
        Lists all FHIR destinations for the given IoT Connector.
        Parameters:
        resourceGroupName - The name of the resource group that contains the service instance.
        workspaceName - The name of workspace resource.
        iotConnectorName - The name of IoT Connector resource.
        context - The context to associate with this operation.
        Returns:
        a collection of IoT Connector FHIR destinations as paginated response with PagedIterable.
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation.
        com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
        RuntimeException - all other wrapped checked exceptions if the request fails to be sent.