AzureSqlDatabaseTransparentDataEncryptionAdapter.CreateOrUpdateEncryptionProtector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates or Updates an encryption protector
public Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel CreateOrUpdateEncryptionProtector (Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel model);
member this.CreateOrUpdateEncryptionProtector : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel -> Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel
Public Function CreateOrUpdateEncryptionProtector (model As AzureSqlServerTransparentDataEncryptionProtectorModel) As AzureSqlServerTransparentDataEncryptionProtectorModel
Parameters
The encryption protector model to create or update
Returns
The created or updated encryption protector model