Freigeben über


TransparentDataEncryptionsOperationsExtensions.ListByDatabaseAsync 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>> ListByDatabaseAsync (this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string resourceGroupName, string serverName, string databaseName, System.Threading.CancellationToken cancellationToken = default);
static member ListByDatabaseAsync : Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption>>
<Extension()>
Public Function ListByDatabaseAsync (operations As ITransparentDataEncryptionsOperations, resourceGroupName As String, serverName As String, databaseName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of LogicalDatabaseTransparentDataEncryption))

Parameter

operations
ITransparentDataEncryptionsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die die Ressource enthält. Dieser Wert kann über die Azure-Ressourcen-Manager-API oder das Portal abgerufen werden.

serverName
String

Name des Servers

databaseName
String

Der Name der logischen Datenbank, für die die transparente Datenverschlüsselung definiert ist.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: