AzureSqlDatabaseTransparentDataEncryptionAdapter.GetTransparentDataEncryption Method
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.
Gets a Transparent Data Encryption in a server
public Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel GetTransparentDataEncryption (string resourceGroupName, string serverName, string databaseName);
member this.GetTransparentDataEncryption : string * string * string -> Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlDatabaseTransparentDataEncryptionModel
Public Function GetTransparentDataEncryption (resourceGroupName As String, serverName As String, databaseName As String) As AzureSqlDatabaseTransparentDataEncryptionModel
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the server
- databaseName
- String
The name of the database
Returns
The Transparent Data Encryption