Freigeben über


BackupProtectionIntentOperationsExtensions.ListNextAsync Methode

Definition

Stellt eine ausserbbare Liste aller Absichten bereit, die in einem Tresor vorhanden sind.

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

Parameter

operations
IBackupProtectionIntentOperations

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: