TransparentDataEncryptionOperationsExtensions.BeginCreateOrUpdateEncryptionProtector Method

Definition

Begins creating a new or updating an existing Azure SQL Server Transparent Data Encryption Protector.To determine the status of the operation call GetCreateOrUpdateOperationStatus.

public static Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse BeginCreateOrUpdateEncryptionProtector (this Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters parameters);
static member BeginCreateOrUpdateEncryptionProtector : Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters -> Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse
<Extension()>
Public Function BeginCreateOrUpdateEncryptionProtector (operations As ITransparentDataEncryptionOperations, resourceGroupName As String, serverName As String, parameters As EncryptionProtectorCreateOrUpdateParameters) As 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