Freigeben über


BackupWorkloadItemsOperationsExtensions.ListNextAsync Methode

Definition

Stellt eine auslagerungsfähige Liste der Workloadelemente eines bestimmten Containers gemäß dem Abfragefilter und den Paginierungsparametern bereit.

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))

Parameter

operations
IBackupWorkloadItemsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: