Compartir a través de


IpAllocationsOperationsExtensions.ListAsync Método

Definición

Obtiene todas las ipAllocations de una suscripción.

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

Parámetros

operations
IIpAllocationsOperations

Grupo de operaciones para este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a