Partager via


IpGroupsOperationsExtensions.ListAsync Méthode

Définition

Obtient tous les IpGroups d’un abonnement.

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

Paramètres

operations
IIpGroupsOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à