Sdílet prostřednictvím


AzureSqlDatabaseTransparentDataEncryptionAdapter.UpsertTransparentDataEncryption Method

Definition

Upserts a Transparent Data Encryption

public Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel UpsertTransparentDataEncryption (Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel model);
member this.UpsertTransparentDataEncryption : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel -> Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
Public Function UpsertTransparentDataEncryption (model As AzureSqlDatabaseTransparentDataEncryptionModel) As AzureSqlDatabaseTransparentDataEncryptionModel

Parameters

model
AzureSqlDatabaseTransparentDataEncryptionModel

The Transparent Data Encryption to create

Returns

The updated server model

Applies to