Compartir a través de


BackupProtectionContainersOperationsExtensions.ListNext Método

Definición

Enumera los contenedores registrados en el almacén de Recovery Services.

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)

Parámetros

operations
IBackupProtectionContainersOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a