Interface IotConnectorFhirDestinationsClient


  • public interface IotConnectorFhirDestinationsClient
    An instance of this class provides access to all the operations defined in IotConnectorFhirDestinationsClient.
    • Method Detail

      • get

        IotFhirDestinationInner 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<IotFhirDestinationInner> 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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IotFhirDestinationInner>,​IotFhirDestinationInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                                        String workspaceName,
                                                                                                                                                                        String iotConnectorName,
                                                                                                                                                                        String fhirDestinationName,
                                                                                                                                                                        IotFhirDestinationInner iotFhirDestination)
        Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
        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.
        iotFhirDestination - The parameters for creating or updating an IoT Connector FHIR destination resource.
        Returns:
        the SyncPoller for polling of ioT Connector FHIR destination definition.
        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.
      • beginCreateOrUpdate

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<IotFhirDestinationInner>,​IotFhirDestinationInner> beginCreateOrUpdate​(String resourceGroupName,
                                                                                                                                                                        String workspaceName,
                                                                                                                                                                        String iotConnectorName,
                                                                                                                                                                        String fhirDestinationName,
                                                                                                                                                                        IotFhirDestinationInner iotFhirDestination,
                                                                                                                                                                        com.azure.core.util.Context context)
        Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
        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.
        iotFhirDestination - The parameters for creating or updating an IoT Connector FHIR destination resource.
        context - The context to associate with this operation.
        Returns:
        the SyncPoller for polling of ioT Connector FHIR destination definition.
        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.
      • createOrUpdate

        IotFhirDestinationInner createOrUpdate​(String resourceGroupName,
                                               String workspaceName,
                                               String iotConnectorName,
                                               String fhirDestinationName,
                                               IotFhirDestinationInner iotFhirDestination)
        Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
        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.
        iotFhirDestination - The parameters for creating or updating an IoT Connector FHIR destination resource.
        Returns:
        ioT Connector FHIR destination definition.
        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.
      • createOrUpdate

        IotFhirDestinationInner createOrUpdate​(String resourceGroupName,
                                               String workspaceName,
                                               String iotConnectorName,
                                               String fhirDestinationName,
                                               IotFhirDestinationInner iotFhirDestination,
                                               com.azure.core.util.Context context)
        Creates or updates an IoT Connector FHIR destination resource with the specified parameters.
        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.
        iotFhirDestination - The parameters for creating or updating an IoT Connector FHIR destination resource.
        context - The context to associate with this operation.
        Returns:
        ioT Connector FHIR destination definition.
        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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(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.
        Returns:
        the SyncPoller for polling of long-running 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.
      • beginDelete

        com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,​Void> beginDelete​(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.
        Returns:
        the SyncPoller for polling of long-running 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.
      • 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.