Delen via


RecoveryPointsOperationsExtensions.ListNext Method

Definition

Lists the backup copies for the backed up item.

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

Parameters

operations
IRecoveryPointsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to