BackupProtectedItemsOperationsExtensions.ListNext Method

Definition

Provides a pageable list of all items that are backed up within a vault.

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

Parameters

operations
IBackupProtectedItemsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to