Interface NetworkInterfaceLoadBalancersClient
-
public interface NetworkInterfaceLoadBalancersClientAn instance of this class provides access to all the operations defined in NetworkInterfaceLoadBalancersClient.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<LoadBalancerInner>list(String resourceGroupName, String networkInterfaceName)List all load balancers in a network interface.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.com.azure.core.http.rest.PagedFlux<LoadBalancerInner>listAsync(String resourceGroupName, String networkInterfaceName)List all load balancers in a network interface.
-
-
-
Method Detail
-
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.
-
-