Compartir a través de


BackupProtectedItemsOperationsExtensions.ListNextAsync Método

Definición

Proporciona una lista paginable de todos los elementos de los que se realiza una copia de seguridad dentro de un almacén.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>> ListNextAsync (this Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectedItemsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : Microsoft.Azure.Management.RecoveryServices.Backup.IBackupProtectedItemsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RecoveryServices.Backup.Models.ProtectedItemResource>>
<Extension()>
Public Function ListNextAsync (operations As IBackupProtectedItemsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ProtectedItemResource))

Parámetros

operations
IBackupProtectedItemsOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a