Partager via


IpAllocationsOperationsExtensions.ListAsync Méthode

Définition

Obtient toutes les adresses IpAllocations d’un abonnement.

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

Paramètres

operations
IIpAllocationsOperations

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

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à