Share via


AzureSqlDatabaseTransparentDataEncryptionAdapter.GetEncryptionProtector Method

Definition

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

Applies to