ManagementGroupsOperationsExtensions.ListNext 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 Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo> ListNext (this Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations operations, string nextPageLink, string cacheControl = "no-cache");
static member ListNext : Microsoft.Azure.Management.ManagementGroups.IManagementGroupsOperations * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagementGroups.Models.ManagementGroupInfo>
<Extension()>
Public Function ListNext (operations As IManagementGroupsOperations, nextPageLink As String, Optional cacheControl As String = "no-cache") As 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.
Retours
S’applique à
Azure SDK for .NET