다음을 통해 공유


BackupProtectedItemsCrrOperationsExtensions.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.CrossRegionRestore.Models.ProtectedItemResource> ListNext (this Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupProtectedItemsCrrOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.IBackupProtectedItemsCrrOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.ProtectedItemResource>
<Extension()>
Public Function ListNext (operations As IBackupProtectedItemsCrrOperations, nextPageLink As String) As IPage(Of ProtectedItemResource)

Parameters

operations
IBackupProtectedItemsCrrOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to