Interface LoadBalancerFrontendIpConfigurationsClient


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

      • listAsync

        com.azure.core.http.rest.PagedFlux<FrontendIpConfigurationInner> listAsync​(String resourceGroupName,
                                                                                   String loadBalancerName)
        Gets all the load balancer frontend IP configurations.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        Returns:
        all the load balancer frontend IP configurations 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<FrontendIpConfigurationInner> list​(String resourceGroupName,
                                                                                  String loadBalancerName)
        Gets all the load balancer frontend IP configurations.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        Returns:
        all the load balancer frontend IP configurations 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<FrontendIpConfigurationInner> list​(String resourceGroupName,
                                                                                  String loadBalancerName,
                                                                                  com.azure.core.util.Context context)
        Gets all the load balancer frontend IP configurations.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        context - The context to associate with this operation.
        Returns:
        all the load balancer frontend IP configurations 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<FrontendIpConfigurationInner>> getWithResponseAsync​(String resourceGroupName,
                                                                                                   String loadBalancerName,
                                                                                                   String frontendIpConfigurationName)
        Gets load balancer frontend IP configuration.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        frontendIpConfigurationName - The name of the frontend IP configuration.
        Returns:
        load balancer frontend 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<FrontendIpConfigurationInner> getAsync​(String resourceGroupName,
                                                    String loadBalancerName,
                                                    String frontendIpConfigurationName)
        Gets load balancer frontend IP configuration.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        frontendIpConfigurationName - The name of the frontend IP configuration.
        Returns:
        load balancer frontend 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.
      • get

        FrontendIpConfigurationInner get​(String resourceGroupName,
                                         String loadBalancerName,
                                         String frontendIpConfigurationName)
        Gets load balancer frontend IP configuration.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        frontendIpConfigurationName - The name of the frontend IP configuration.
        Returns:
        load balancer frontend 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.
      • getWithResponse

        com.azure.core.http.rest.Response<FrontendIpConfigurationInner> getWithResponse​(String resourceGroupName,
                                                                                        String loadBalancerName,
                                                                                        String frontendIpConfigurationName,
                                                                                        com.azure.core.util.Context context)
        Gets load balancer frontend IP configuration.
        Parameters:
        resourceGroupName - The name of the resource group.
        loadBalancerName - The name of the load balancer.
        frontendIpConfigurationName - The name of the frontend IP configuration.
        context - The context to associate with this operation.
        Returns:
        load balancer frontend 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.