ITransparentDataEncryptionOperations Interface

Definition

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.

Extension Methods

BeginCreateOrUpdateEncryptionProtector(ITransparentDataEncryptionOperations, String, String, EncryptionProtectorCreateOrUpdateParameters)

Begins creating a new or updating an existing Azure SQL Server Transparent Data Encryption Protector.To determine the status of the operation call GetCreateOrUpdateOperationStatus.

BeginCreateOrUpdateEncryptionProtectorAsync(ITransparentDataEncryptionOperations, String, String, EncryptionProtectorCreateOrUpdateParameters)

Begins creating a new or updating an existing Azure SQL Server Transparent Data Encryption Protector.To determine the status of the operation call GetCreateOrUpdateOperationStatus.

CreateOrUpdate(ITransparentDataEncryptionOperations, String, String, String, TransparentDataEncryptionCreateOrUpdateParameters)

Creates or updates an Azure SQL Database Transparent Data Encryption Operation.

CreateOrUpdateAsync(ITransparentDataEncryptionOperations, String, String, String, TransparentDataEncryptionCreateOrUpdateParameters)

Creates or updates an Azure SQL Database Transparent Data Encryption Operation.

CreateOrUpdateEncryptionProtector(ITransparentDataEncryptionOperations, String, String, EncryptionProtectorCreateOrUpdateParameters)

Creates a new or updates an existing Azure SQL Server Transparent Data Encryption Protector.

CreateOrUpdateEncryptionProtectorAsync(ITransparentDataEncryptionOperations, String, String, EncryptionProtectorCreateOrUpdateParameters)

Creates a new or updates an existing Azure SQL Server Transparent Data Encryption Protector.

Get(ITransparentDataEncryptionOperations, String, String, String)

Returns an Azure SQL Database Transparent Data Encryption Response.

GetAsync(ITransparentDataEncryptionOperations, String, String, String)

Returns an Azure SQL Database Transparent Data Encryption Response.

GetCreateOrUpdateEncryptionProtectorOperationStatus(ITransparentDataEncryptionOperations, String)

Gets the status of an Azure SQL Server Transparent Data Encryption Protector create or update operation.

GetCreateOrUpdateEncryptionProtectorOperationStatusAsync(ITransparentDataEncryptionOperations, String)

Gets the status of an Azure SQL Server Transparent Data Encryption Protector create or update operation.

GetEncryptionProtector(ITransparentDataEncryptionOperations, String, String)

Returns an Azure SQL Database Transparent Data Encryption Protector Response.

GetEncryptionProtectorAsync(ITransparentDataEncryptionOperations, String, String)

Returns an Azure SQL Database Transparent Data Encryption Protector Response.

ListActivity(ITransparentDataEncryptionOperations, String, String, String)

Returns an Azure SQL Database Transparent Data Encryption Activity Response.

ListActivityAsync(ITransparentDataEncryptionOperations, String, String, String)

Returns an Azure SQL Database Transparent Data Encryption Activity Response.

ListEncryptionProtectors(ITransparentDataEncryptionOperations, String, String)

Returns an Azure SQL Database Transparent Data Encryption Encryption Protector List Response.

ListEncryptionProtectorsAsync(ITransparentDataEncryptionOperations, String, String)

Returns an Azure SQL Database Transparent Data Encryption Encryption Protector List Response.

Applies to