Interface IntegrationRuntimeNodesClient


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

    • get

      SelfHostedIntegrationRuntimeNodeInner get(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName)
      Gets a self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The integration runtime node name.
      Returns:
      a 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.
    • getWithResponse

      com.azure.core.http.rest.Response<SelfHostedIntegrationRuntimeNodeInner> getWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context)
      Gets a self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The integration runtime node name.
      context - The context to associate with this operation.
      Returns:
      a 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 factoryName, String integrationRuntimeName, String nodeName)
      Deletes a self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The 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 factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context)
      Deletes a self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The 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.
    • update

      SelfHostedIntegrationRuntimeNodeInner update(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest)
      Updates a self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The 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 factoryName, String integrationRuntimeName, String nodeName, UpdateIntegrationRuntimeNodeRequest updateIntegrationRuntimeNodeRequest, com.azure.core.util.Context context)
      Updates a self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The 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.
    • getIpAddress

      IntegrationRuntimeNodeIpAddressInner getIpAddress(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName)
      Get the IP address of self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The integration runtime node name.
      Returns:
      the IP address 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.
    • getIpAddressWithResponse

      com.azure.core.http.rest.Response<IntegrationRuntimeNodeIpAddressInner> getIpAddressWithResponse(String resourceGroupName, String factoryName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context)
      Get the IP address of self-hosted integration runtime node.
      Parameters:
      resourceGroupName - The resource group name.
      factoryName - The factory name.
      integrationRuntimeName - The integration runtime name.
      nodeName - The integration runtime node name.
      context - The context to associate with this operation.
      Returns:
      the IP address 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.