Share via


RoleAssignmentOperationsExtensions.ListNext Method

Definition

Gets role assignments of the subscription.

public static Microsoft.Azure.Management.Authorization.Models.RoleAssignmentListResult ListNext (this Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations operations, string nextLink);
static member ListNext : Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations * string -> Microsoft.Azure.Management.Authorization.Models.RoleAssignmentListResult
<Extension()>
Public Function ListNext (operations As IRoleAssignmentOperations, nextLink As String) As RoleAssignmentListResult

Parameters

operations
IRoleAssignmentOperations

Reference to the Microsoft.Azure.Management.Authorization.IRoleAssignmentOperations.

nextLink
String

Required. NextLink from the previous successful call to List operation.

Returns

Role assignment list operation result.

Applies to