RecoveryPointsRecommendedForMoveOperationsExtensions.ListNext Method

Definition

Lists the recovery points recommended for move to another tier

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

Parameters

operations
IRecoveryPointsRecommendedForMoveOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to