Share via


RoleAssignmentsOperationsExtensions.ListForScopeNext Method

Definition

List all role assignments that apply to a scope.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment> ListForScopeNext (this Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations operations, string nextPageLink);
static member ListForScopeNext : Microsoft.Azure.Management.Authorization.IRoleAssignmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Authorization.Models.RoleAssignment>
<Extension()>
Public Function ListForScopeNext (operations As IRoleAssignmentsOperations, nextPageLink As String) As IPage(Of RoleAssignment)

Parameters

operations
IRoleAssignmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to