Partager via


LoadBalancersOperationsExtensions.ListAsync Méthode

Définition

Obtient tous les équilibreurs de charge dans un groupe de ressources.

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

Paramètres

operations
ILoadBalancersOperations

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

resourceGroupName
String

Nom du groupe de ressources.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à