Interface IotConnectorFhirDestinations


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

      • get

        IotFhirDestination get​(String resourceGroupName,
                               String workspaceName,
                               String iotConnectorName,
                               String fhirDestinationName)
        Gets the properties of the specified Iot Connector FHIR destination.
        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.
        fhirDestinationName - The name of IoT Connector FHIR destination resource.
        Returns:
        the properties of the specified Iot Connector FHIR destination.
        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.
      • getWithResponse

        com.azure.core.http.rest.Response<IotFhirDestination> getWithResponse​(String resourceGroupName,
                                                                              String workspaceName,
                                                                              String iotConnectorName,
                                                                              String fhirDestinationName,
                                                                              com.azure.core.util.Context context)
        Gets the properties of the specified Iot Connector FHIR destination.
        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.
        fhirDestinationName - The name of IoT Connector FHIR destination resource.
        context - The context to associate with this operation.
        Returns:
        the properties of the specified Iot Connector FHIR destination along with Response.
        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.
      • delete

        void delete​(String resourceGroupName,
                    String workspaceName,
                    String iotConnectorName,
                    String fhirDestinationName)
        Deletes an IoT Connector FHIR destination.
        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.
        fhirDestinationName - The name of IoT Connector FHIR destination resource.
        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.
      • delete

        void delete​(String resourceGroupName,
                    String workspaceName,
                    String iotConnectorName,
                    String fhirDestinationName,
                    com.azure.core.util.Context context)
        Deletes an IoT Connector FHIR destination.
        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.
        fhirDestinationName - The name of IoT Connector FHIR destination resource.
        context - The context to associate with this operation.
        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.
      • getById

        IotFhirDestination getById​(String id)
        Gets the properties of the specified Iot Connector FHIR destination.
        Parameters:
        id - the resource ID.
        Returns:
        the properties of the specified Iot Connector FHIR destination along with Response.
        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.
      • getByIdWithResponse

        com.azure.core.http.rest.Response<IotFhirDestination> getByIdWithResponse​(String id,
                                                                                  com.azure.core.util.Context context)
        Gets the properties of the specified Iot Connector FHIR destination.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        Returns:
        the properties of the specified Iot Connector FHIR destination along with Response.
        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.
      • deleteById

        void deleteById​(String id)
        Deletes an IoT Connector FHIR destination.
        Parameters:
        id - the resource ID.
        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.
      • deleteByIdWithResponse

        void deleteByIdWithResponse​(String id,
                                    com.azure.core.util.Context context)
        Deletes an IoT Connector FHIR destination.
        Parameters:
        id - the resource ID.
        context - The context to associate with this operation.
        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.