Freigeben über


TransparentDataEncryptionsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Updates die transparente Datenverschlüsselungskonfiguration einer logischen Datenbank.

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

parameters
LogicalDatabaseTransparentDataEncryption

Die transparente Datenverschlüsselung der Datenbank.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: