TransparentDataEncryptionOperationsExtensions.GetEncryptionProtector Method

Definition

Returns an Azure SQL Database Transparent Data Encryption Protector Response.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorGetResponse GetEncryptionProtector (this Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations operations, string resourceGroupName, string serverName);
static member GetEncryptionProtector : Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorGetResponse
<Extension()>
Public Function GetEncryptionProtector (operations As ITransparentDataEncryptionOperations, resourceGroupName As String, serverName As String) As EncryptionProtectorGetResponse

Parameters

operations
ITransparentDataEncryptionOperations

Reference to the Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations.

resourceGroupName
String

Required. The name of the Resource Group to which the server belongs.

serverName
String

Required. The name of the Azure SQL Database Server.

Returns

Represents the response to a Get for a Azure Sql Database Transparent Data Encryption EncryptionProtector request.

Applies to