Freigeben über


EncryptionProtectorsOperationsExtensions.ListByServerNextAsync Methode

Definition

Ruft eine Liste der Serververschlüsselungsschutzvorrichtungen ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.EncryptionProtectorInner>> ListByServerNextAsync (this Microsoft.Azure.Management.Sql.Fluent.IEncryptionProtectorsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByServerNextAsync : Microsoft.Azure.Management.Sql.Fluent.IEncryptionProtectorsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Fluent.Models.EncryptionProtectorInner>>
<Extension()>
Public Function ListByServerNextAsync (operations As IEncryptionProtectorsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of EncryptionProtectorInner))

Parameter

operations
IEncryptionProtectorsOperations

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: