Partager via


GroupsOperationsExtensions.ListNext(IGroupsOperations, String) Méthode

Définition

Obtient une liste de groupes pour le locataire actuel.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ADGroup> ListNext (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.ADGroup>
<Extension()>
Public Function ListNext (operations As IGroupsOperations, nextLink As String) As IPage(Of ADGroup)

Paramètres

operations
IGroupsOperations

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

nextLink
String

Lien suivant pour l’opération de liste.

Retours

S’applique à