NetworkInterfaceLoadBalancersClient Interface
public interface NetworkInterfaceLoadBalancersClient
An instance of this class provides access to all the operations defined in NetworkInterfaceLoadBalancersClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
list(String resourceGroupName, String networkInterfaceName)
List all load balancers in a network interface. |
|
abstract
Paged |
list(String resourceGroupName, String networkInterfaceName, Context context)
List all load balancers in a network interface. |
|
abstract
Paged |
listAsync(String resourceGroupName, String networkInterfaceName)
List all load balancers in a network interface. |
Method Details
list
public abstract PagedIterable<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName)
List all load balancers in a network interface.
Parameters:
Returns:
list
public abstract PagedIterable<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName, Context context)
List all load balancers in a network interface.
Parameters:
Returns:
listAsync
public abstract PagedFlux<LoadBalancerInner> listAsync(String resourceGroupName, String networkInterfaceName)
List all load balancers in a network interface.
Parameters:
Returns: