Share via


LoadBalancerNetworkInterfacesOperationsExtensions.ListAsync Method

Definition

Gets associated load balancer network interfaces.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner>> ListAsync (this Microsoft.Azure.Management.Network.Fluent.ILoadBalancerNetworkInterfacesOperations operations, string resourceGroupName, string loadBalancerName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Network.Fluent.ILoadBalancerNetworkInterfacesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Fluent.Models.NetworkInterfaceInner>>
<Extension()>
Public Function ListAsync (operations As ILoadBalancerNetworkInterfacesOperations, resourceGroupName As String, loadBalancerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of NetworkInterfaceInner))

Parameters

operations
ILoadBalancerNetworkInterfacesOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

loadBalancerName
String

The name of the load balancer.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to