Compartir a través de


IpGroupsOperationsExtensions.ListAsync Método

Definición

Obtiene todos los IpGroups de una suscripción.

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

El grupo de operaciones de este método de extensión.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a