TransparentDataEncryptionOperationsExtensions.CreateOrUpdateEncryptionProtectorAsync Method

Definition

Creates a new or updates an existing Azure SQL Server Transparent Data Encryption Protector.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse> CreateOrUpdateEncryptionProtectorAsync (this Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters parameters);
static member CreateOrUpdateEncryptionProtectorAsync : Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse>
<Extension()>
Public Function CreateOrUpdateEncryptionProtectorAsync (operations As ITransparentDataEncryptionOperations, resourceGroupName As String, serverName As String, parameters As EncryptionProtectorCreateOrUpdateParameters) As Task(Of EncryptionProtectorCreateOrUpdateResponse)

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 Server which will be updated.

parameters
EncryptionProtectorCreateOrUpdateParameters

Required. The required parameters for creating or updating an Encryption Protector.

Returns

Represents the response to a Azure Sql Database Transparent Data Encryption Protector create or update request.

Applies to