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

Adapter for firewall operations
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
CreateTransparentDataEncryptionActivityModelFromResponse Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionActivityModel
CreateTransparentDataEncryptionModelFromResponse Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
ListTransparentDataEncryptionActivity IList

Méthodes publiques

Méthode 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

Méthode 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 méthode

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

GetTransparentDataEncryption() public méthode

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
Résultat Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel

UpsertTransparentDataEncryption() public méthode

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
Résultat Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel