Partager via


UsersOperationsExtensions.ListNext(IUsersOperations, String) Méthode

Définition

Obtient une liste d’utilisateurs pour le locataire actuel.

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

Paramètres

operations
IUsersOperations

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

nextLink
String

Lien suivant pour l’opération de liste.

Retours

S’applique à