AzureSqlDatabaseTransparentDataEncryptionAdapter.GetEncryptionProtector 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 the encryption protector for the server
public Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel GetEncryptionProtector (string resourceGroupName, string serverName);
member this.GetEncryptionProtector : string * string -> Microsoft.Azure.Commands.Sql.TransparentDataEncryption.Model.AzureSqlServerTransparentDataEncryptionProtectorModel
Public Function GetEncryptionProtector (resourceGroupName As String, serverName As String) As AzureSqlServerTransparentDataEncryptionProtectorModel
Parameters
- resourceGroupName
- String
The name of the resource group
- serverName
- String
The name of the server
Returns
The encryption protector model