次の方法で共有


TransparentDataEncryptionsOperationsExtensions.CreateOrUpdate メソッド

定義

論理データベースの透過的なデータ暗号化構成を更新します。

public static Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption CreateOrUpdate(this Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations operations, string resourceGroupName, string serverName, string databaseName, Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Sql.ITransparentDataEncryptionsOperations * string * string * string * Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption -> Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption
<Extension()>
Public Function CreateOrUpdate (operations As ITransparentDataEncryptionsOperations, resourceGroupName As String, serverName As String, databaseName As String, parameters As LogicalDatabaseTransparentDataEncryption) As LogicalDatabaseTransparentDataEncryption

パラメーター

operations
ITransparentDataEncryptionsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

セキュリティ アラート ポリシーが定義されている論理データベースの名前。

parameters
LogicalDatabaseTransparentDataEncryption

データベースの透過的なデータ暗号化。

戻り値

適用対象