Interface NetworkInterfaceIpConfigurationsClient


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

    • listAsync

      com.azure.core.http.rest.PagedFlux<NetworkInterfaceIpConfigurationInner> listAsync(String resourceGroupName, String networkInterfaceName)
      Get all ip configurations in a network interface.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      Returns:
      all ip configurations in a network interface as paginated response with PagedFlux.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> list(String resourceGroupName, String networkInterfaceName)
      Get all ip configurations in a network interface.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      Returns:
      all ip configurations in a network interface as paginated response with PagedIterable.
      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.
    • list

      com.azure.core.http.rest.PagedIterable<NetworkInterfaceIpConfigurationInner> list(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context)
      Get all ip configurations in a network interface.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      context - The context to associate with this operation.
      Returns:
      all ip configurations in a network interface as paginated response with PagedIterable.
      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.
    • getWithResponseAsync

      Mono<com.azure.core.http.rest.Response<NetworkInterfaceIpConfigurationInner>> getWithResponseAsync(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
      Gets the specified network interface ip configuration.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      ipConfigurationName - The name of the ip configuration name.
      Returns:
      the specified network interface ip configuration along with Response on successful completion of Mono.
      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.
    • getAsync

      Mono<NetworkInterfaceIpConfigurationInner> getAsync(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
      Gets the specified network interface ip configuration.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      ipConfigurationName - The name of the ip configuration name.
      Returns:
      the specified network interface ip configuration on successful completion of Mono.
      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<NetworkInterfaceIpConfigurationInner> getWithResponse(String resourceGroupName, String networkInterfaceName, String ipConfigurationName, com.azure.core.util.Context context)
      Gets the specified network interface ip configuration.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      ipConfigurationName - The name of the ip configuration name.
      context - The context to associate with this operation.
      Returns:
      the specified network interface ip configuration 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

      NetworkInterfaceIpConfigurationInner get(String resourceGroupName, String networkInterfaceName, String ipConfigurationName)
      Gets the specified network interface ip configuration.
      Parameters:
      resourceGroupName - The name of the resource group.
      networkInterfaceName - The name of the network interface.
      ipConfigurationName - The name of the ip configuration name.
      Returns:
      the specified network interface ip configuration.
      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.