LoadBalancerNetworkInterfacesClient Interface

public interface LoadBalancerNetworkInterfacesClient

An instance of this class provides access to all the operations defined in LoadBalancerNetworkInterfacesClient.

Method Summary

Modifier and Type Method and Description
abstract PagedIterable<NetworkInterfaceInner> list(String resourceGroupName, String loadBalancerName)

Gets associated load balancer network interfaces.

abstract PagedIterable<NetworkInterfaceInner> list(String resourceGroupName, String loadBalancerName, Context context)

Gets associated load balancer network interfaces.

abstract PagedFlux<NetworkInterfaceInner> listAsync(String resourceGroupName, String loadBalancerName)

Gets associated load balancer network interfaces.

Method Details

list

public abstract PagedIterable list(String resourceGroupName, String loadBalancerName)

Gets associated load balancer network interfaces.

Parameters:

resourceGroupName - The name of the resource group.
loadBalancerName - The name of the load balancer.

Returns:

associated load balancer network interfaces as paginated response with PagedIterable<T>.

list

public abstract PagedIterable list(String resourceGroupName, String loadBalancerName, Context context)

Gets associated load balancer network interfaces.

Parameters:

resourceGroupName - The name of the resource group.
loadBalancerName - The name of the load balancer.
context - The context to associate with this operation.

Returns:

associated load balancer network interfaces as paginated response with PagedIterable<T>.

listAsync

public abstract PagedFlux listAsync(String resourceGroupName, String loadBalancerName)

Gets associated load balancer network interfaces.

Parameters:

resourceGroupName - The name of the resource group.
loadBalancerName - The name of the load balancer.

Returns:

associated load balancer network interfaces as paginated response with PagedFlux<T>.

Applies to