Interface NetworkInterfaceLoadBalancersClient
public interface NetworkInterfaceLoadBalancersClient
An instance of this class provides access to all the operations defined in NetworkInterfaceLoadBalancersClient.
-
Method Summary
Modifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<LoadBalancerInner> List all load balancers in a network interface.com.azure.core.http.rest.PagedIterable<LoadBalancerInner> List all load balancers in a network interface.com.azure.core.http.rest.PagedFlux<LoadBalancerInner> List all load balancers in a network interface.
-
Method Details
-
listAsync
com.azure.core.http.rest.PagedFlux<LoadBalancerInner> listAsync(String resourceGroupName, String networkInterfaceName) List all load balancers in a network interface.- Parameters:
resourceGroupName- The name of the resource group.networkInterfaceName- The name of the network interface.- Returns:
- response for list ip configurations API service call 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<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName) List all load balancers in a network interface.- Parameters:
resourceGroupName- The name of the resource group.networkInterfaceName- The name of the network interface.- Returns:
- response for list ip configurations API service call 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<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName, com.azure.core.util.Context context) List all load balancers 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:
- response for list ip configurations API service call 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.
-