AzureSqlDatabaseTransparentDataEncryptionAdapter.CreateOrUpdateEncryptionProtector Method

Definition

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

model
AzureSqlServerTransparentDataEncryptionProtectorModel

The encryption protector model to create or update

Returns

The created or updated encryption protector model

Applies to