Interface IntegrationRuntimeNodesClient


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

      • get

        SelfHostedIntegrationRuntimeNodeInner get​(String resourceGroupName,
                                                  String workspaceName,
                                                  String integrationRuntimeName,
                                                  String nodeName)
        Get an integration runtime node.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        nodeName - Integration runtime node name.
        Returns:
        an integration runtime node.
        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<SelfHostedIntegrationRuntimeNodeInner> getWithResponse​(String resourceGroupName,
                                                                                                 String workspaceName,
                                                                                                 String integrationRuntimeName,
                                                                                                 String nodeName,
                                                                                                 com.azure.core.util.Context context)
        Get an integration runtime node.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        nodeName - Integration runtime node name.
        context - The context to associate with this operation.
        Returns:
        an integration runtime node 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.
      • update

        SelfHostedIntegrationRuntimeNodeInner update​(String resourceGroupName,
                                                     String workspaceName,
                                                     String integrationRuntimeName,
                                                     String nodeName,
                                                     UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest)
        Create an integration runtime node.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        nodeName - Integration runtime node name.
        updateIntegrationRuntimeNodeRequest - The parameters for updating an integration runtime node.
        Returns:
        properties of Self-hosted integration runtime node.
        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.
      • updateWithResponse

        com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNodeInner> updateWithResponse​(String resourceGroupName,
                                                                                                    String workspaceName,
                                                                                                    String integrationRuntimeName,
                                                                                                    String nodeName,
                                                                                                    UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest,
                                                                                                    com.azure.core.util.Context context)
        Create an integration runtime node.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        nodeName - Integration runtime node name.
        updateIntegrationRuntimeNodeRequest - The parameters for updating an integration runtime node.
        context - The context to associate with this operation.
        Returns:
        properties of Self-hosted integration runtime node 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 integrationRuntimeName,
                    String nodeName)
        Delete an integration runtime node.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        nodeName - Integration runtime node name.
        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.
      • deleteWithResponse

        com.azure.core.http.rest.Response<Void> deleteWithResponse​(String resourceGroupName,
                                                                   String workspaceName,
                                                                   String integrationRuntimeName,
                                                                   String nodeName,
                                                                   com.azure.core.util.Context context)
        Delete an integration runtime node.
        Parameters:
        resourceGroupName - The name of the resource group. The name is case insensitive.
        workspaceName - The name of the workspace.
        integrationRuntimeName - Integration runtime name.
        nodeName - Integration runtime node name.
        context - The context to associate with this operation.
        Returns:
        the 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.