Partager via


LoadBalancerNetworkInterfacesOperationsExtensions.ListAsync Méthode

Définition

Obtient les interfaces réseau de l’équilibreur de charge associées.

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))

Paramètres

operations
ILoadBalancerNetworkInterfacesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources.

loadBalancerName
String

Le nom de l’équilibreur de charge.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à