Freigeben über


TransparentDataEncryptionsOperationsExtensions.ListByDatabaseNextAsync Methode

Definition

Ruft eine Liste der transparenten Datenverschlüsselung der logischen Datenbank ab.

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

Parameter

operations
ITransparentDataEncryptionsOperations

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: