Partager via


BackupWorkloadItemsOperationsExtensions.ListNextAsync Méthode

Définition

Fournit une liste paginable de l’élément de charge de travail d’un conteneur spécifique en fonction du filtre de requête et des paramètres de pagination.

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

Paramètres

operations
IBackupWorkloadItemsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à