Compartilhar via


IpGroupsOperationsExtensions.ListAsync Método

Definição

Obtém todos os IpGroups em uma assinatura.

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

Parâmetros

operations
IIpGroupsOperations

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

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a