UsersOperationsExtensions.ListNext(IUsersOperations, String) Method

Definition

Gets a list of users for the current tenant.

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)

Parameters

operations
IUsersOperations

The operations group for this extension method.

nextLink
String

Next link for the list operation.

Returns

Applies to