C# Class Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Adapter.AzureSqlDatabaseTransparentDataEncryptionAdapter

Adapter for firewall operations
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
CreateTransparentDataEncryptionActivityModelFromResponse Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel
CreateTransparentDataEncryptionModelFromResponse Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
ListTransparentDataEncryptionActivity IList

Public Methods

Method Description
AzureSqlDatabaseTransparentDataEncryptionAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models

Constructs a Transparent Data Encryption adapter

GetTransparentDataEncryption ( string resourceGroupName, string serverName, string databaseName ) : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel

Gets a Transparent Data Encryption in a server

UpsertTransparentDataEncryption ( Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel model ) : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel

Upserts a Transparent Data Encryption

Private Methods

Method Description
CreateTransparentDataEncryptionActivityModelFromResponse ( string resourceGroup, string serverName, string databaseName, Management resp ) : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel

Convert a Management.Sql.Models.TransparentDataEncryption to AzureSqlDatabaseTransparentDataEncryptionModel

CreateTransparentDataEncryptionModelFromResponse ( string resourceGroup, string serverName, string databaseName, Management resp ) : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel

Convert a Management.Sql.Models.TransparentDataEncryption to AzureSqlDatabaseTransparentDataEncryptionModel

ListTransparentDataEncryptionActivity ( string resourceGroupName, string serverName, string databaseName ) : IList

Gets a list of Transparent Data Encryption Activity

Method Details

AzureSqlDatabaseTransparentDataEncryptionAdapter() public method

Constructs a Transparent Data Encryption adapter
public AzureSqlDatabaseTransparentDataEncryptionAdapter ( AzureContext context ) : Microsoft.Azure.Commands.Common.Authentication.Models
context Microsoft.Azure.Commands.Common.Authentication.Models.AzureContext
return Microsoft.Azure.Commands.Common.Authentication.Models

GetTransparentDataEncryption() public method

Gets a Transparent Data Encryption in a server
public GetTransparentDataEncryption ( string resourceGroupName, string serverName, string databaseName ) : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
resourceGroupName string The name of the resource group
serverName string The name of the server
databaseName string The name of the database
return Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel

UpsertTransparentDataEncryption() public method

Upserts a Transparent Data Encryption
public UpsertTransparentDataEncryption ( Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel model ) : Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
model Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel The Transparent Data Encryption to create
return Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel