Interface IntegrationRuntimeNodeIpAddressOperationsClient


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

    • getWithResponse

      com.azure.core.http.rest.Response<IntegrationRuntimeNodeIpAddressInner> getWithResponse(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName, com.azure.core.util.Context context)
      Get integration runtime node IP address

      Get the IP address of 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 IP address of 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.
    • get

      IntegrationRuntimeNodeIpAddressInner get(String resourceGroupName, String workspaceName, String integrationRuntimeName, String nodeName)
      Get integration runtime node IP address

      Get the IP address of 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:
      the IP address of 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.