AzureSqlDatabaseTransparentDataEncryptionAdapter Class
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.
Adapter for firewall operations
public class AzureSqlDatabaseTransparentDataEncryptionAdapter
type AzureSqlDatabaseTransparentDataEncryptionAdapter = class
Public Class AzureSqlDatabaseTransparentDataEncryptionAdapter
- Inheritance
-
AzureSqlDatabaseTransparentDataEncryptionAdapter
Constructors
AzureSqlDatabaseTransparentDataEncryptionAdapter(IAzureContext) |
Constructs a Transparent Data Encryption adapter |
Properties
Context |
Gets or sets the Azure profile |
Methods
CreateOrUpdateEncryptionProtector(AzureSqlServerTransparentDataEncryptionProtectorModel) |
Creates or Updates an encryption protector |
GetEncryptionProtector(String, String) |
Gets the encryption protector for the server |
GetTransparentDataEncryption(String, String, String) |
Gets a Transparent Data Encryption in a server |
RevalidateEncryptionProtector(String, String) |
Revalidates encryption protector for the server. |
UpsertTransparentDataEncryption(AzureSqlDatabaseTransparentDataEncryptionModel) |
Upserts a Transparent Data Encryption |