ITransparentDataEncryptionOperations Interface
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.
Represents all the operations of Azure SQL Database Transparent Data Encryption. Contains operations to: Retrieve, and Update Transparent Data Encryption.
public interface ITransparentDataEncryptionOperations
type ITransparentDataEncryptionOperations = interface
Public Interface ITransparentDataEncryptionOperations
Methods
BeginCreateOrUpdateEncryptionProtectorAsync(String, String, EncryptionProtectorCreateOrUpdateParameters, CancellationToken) |
Begins creating a new or updating an existing Azure SQL Server Transparent Data Encryption Protector.To determine the status of the operation call GetCreateOrUpdateOperationStatus. |
CreateOrUpdateAsync(String, String, String, TransparentDataEncryptionCreateOrUpdateParameters, CancellationToken) |
Creates or updates an Azure SQL Database Transparent Data Encryption Operation. |
CreateOrUpdateEncryptionProtectorAsync(String, String, EncryptionProtectorCreateOrUpdateParameters, CancellationToken) |
Creates a new or updates an existing Azure SQL Server Transparent Data Encryption Protector. |
GetAsync(String, String, String, CancellationToken) |
Returns an Azure SQL Database Transparent Data Encryption Response. |
GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(String, CancellationToken) |
Gets the status of an Azure SQL Server Transparent Data Encryption Protector create or update operation. |
GetEncryptionProtectorAsync(String, String, CancellationToken) |
Returns an Azure SQL Database Transparent Data Encryption Protector Response. |
ListActivityAsync(String, String, String, CancellationToken) |
Returns an Azure SQL Database Transparent Data Encryption Activity Response. |
ListEncryptionProtectorsAsync(String, String, CancellationToken) |
Returns an Azure SQL Database Transparent Data Encryption Encryption Protector List Response. |