Compartir a través de


BackupProtectionIntentOperationsExtensions.ListNext Método

Definición

Proporciona una lista paginable de todas las intenciones que están presentes en un almacén.

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

Parámetros

operations
IBackupProtectionIntentOperations

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