RegistrationAssignmentsOperationsExtensions.ListNext Method

Definition

Gets a list of the registration assignments.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignment> ListNext (this Microsoft.Azure.Management.ManagedServices.IRegistrationAssignmentsOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ManagedServices.IRegistrationAssignmentsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServices.Models.RegistrationAssignment>
<Extension()>
Public Function ListNext (operations As IRegistrationAssignmentsOperations, nextPageLink As String) As IPage(Of RegistrationAssignment)

Parameters

operations
IRegistrationAssignmentsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to