BackupJobsOperationsExtensions.ListNext(IBackupJobsOperations, String) Method

Definition

Provides a pageable list of jobs.

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

Parameters

operations
IBackupJobsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to