TransparentDataEncryptionOperationsExtensions.GetEncryptionProtectorAsync Method

Definition

Returns an Azure SQL Database Transparent Data Encryption Protector Response.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorGetResponse> GetEncryptionProtectorAsync (this Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations operations, string resourceGroupName, string serverName);
static member GetEncryptionProtectorAsync : Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorGetResponse>
<Extension()>
Public Function GetEncryptionProtectorAsync (operations As ITransparentDataEncryptionOperations, resourceGroupName As String, serverName As String) As Task(Of 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