Freigeben über


UsersOperationsExtensions.ListNext(IUsersOperations, String) Methode

Definition

Ruft eine Liste der Benutzer für den aktuellen Mandanten ab.

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)

Parameter

operations
IUsersOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextLink
String

Nächster Link für den Listenvorgang.

Gibt zurück

Gilt für: