Share via


UsersOperationsExtensions.ListNext(IUsersOperations, String) Method

Definition

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

Parameters

operations
IUsersOperations
nextLink
String

Returns

Applies to