ManagementGroupsOperationsExtensions.ListNextAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie les groupes d’administration de l’utilisateur authentifié.
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>> ListNextAsync (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache", System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>>
<Extension()>
Public Function ListNextAsync (operations As IManagementGroupsOperations, nextPageLink As String, Optional cacheControl As String = "no-cache", Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ManagementGroupInfo))
Paramètres
- operations
- IManagementGroupsOperations
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 à
Azure SDK for .NET