Share via


BackupCrrJobsOperationsExtensions.ListNext Method

Definition

Gets the list of CRR jobs from the target region.

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

Parameters

operations
IBackupCrrJobsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to