Compartir a través de


EntitiesOperationsExtensions.ListNextAsync Método

Definición

Enumera todas las entidades (grupos de administración, suscripciones, etc.) del usuario autenticado.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.EntityInfo>> ListNextAsync (this Microsoft.Azure.Management.ManagementGroups.IEntitiesOperations operations, string nextPageLink, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ManagementGroups.IEntitiesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.EntityInfo>>
<Extension()>
Public Function ListNextAsync (operations As IEntitiesOperations, nextPageLink As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EntityInfo))

Parámetros

operations
IEntitiesOperations

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

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cacheControl
String

Indica si la solicitud debe utilizar las memorias caché. Rellene el encabezado con el valor "no-cache" para omitir las cachés existentes.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a