Freigeben über


IpGroupsOperationsExtensions.ListAsync Methode

Definition

Ruft alle IpGroups in einem Abonnement ab.

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

Parameter

operations
IIpGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: