Partager via


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 PagedIterable<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName)

List all load balancers in a network interface.

abstract PagedIterable<LoadBalancerInner> list(String resourceGroupName, String networkInterfaceName, Context context)

List all load balancers in a network interface.

abstract PagedFlux<LoadBalancerInner> listAsync(String resourceGroupName, String networkInterfaceName)

List all load balancers in a network interface.

Method Details

list

public abstract PagedIterable 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<T>.

list

public abstract PagedIterable list(String resourceGroupName, String networkInterfaceName, 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<T>.

listAsync

public abstract PagedFlux 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<T>.

Applies to