Condividi tramite


BackupProtectionContainersOperationsExtensions.ListNext Method

Definition

Lists the containers registered to Recovery Services Vault.

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

Parameters

operations
IBackupProtectionContainersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to