Compartilhar via


BackupProtectableItemsOperationsExtensions.ListNextAsync Método

Definição

Fornece uma lista paginável de objetos protegíveis em sua assinatura de acordo com o filtro de consulta e os parâmetros de paginação.

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

Parâmetros

operations
IBackupProtectableItemsOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a