Partager via


EntitiesOperationsExtensions.ListNextAsync Méthode

Définition

Affiche toutes les entités (groupes d’administration, abonnements, etc.) pour l’utilisateur authentifié.

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

Paramètres

operations
IEntitiesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

cacheControl
String

Indique si la requête doit utiliser des caches. Remplissez l’en-tête avec la valeur « no-cache » pour contourner les caches existants.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à