Freigeben über


BackupPoliciesOperationsExtensions.ListNextAsync Methode

Definition

Listen der Sicherungsrichtlinien, die Dem Recovery Services-Tresor zugeordnet sind. Die API stellt Paginierungsparameter bereit, um bereichsbezogene Ergebnisse abzurufen.

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

Parameter

operations
IBackupPoliciesOperations

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: