TransparentDataEncryptionOperationsExtensions Class

Definition

The Windows Azure SQL Database management API provides a RESTful set of web services that interact with Windows Azure SQL Database services to manage your databases. The API enables users to create, retrieve, update, and delete databases and servers.

public static class TransparentDataEncryptionOperationsExtensions
type TransparentDataEncryptionOperationsExtensions = class
Public Module TransparentDataEncryptionOperationsExtensions
Inheritance
TransparentDataEncryptionOperationsExtensions

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