Compartilhar via


IpAllocationsOperationsExtensions.ListAsync Método

Definição

Obtém todas as IpAllocations em uma assinatura.

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

O grupo de operações para esse método de extensão.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a