TransparentDataEncryptionOperationsExtensions.CreateOrUpdateEncryptionProtector Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new or updates an existing Azure SQL Server Transparent Data Encryption Protector.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateResponse CreateOrUpdateEncryptionProtector (this Microsoft.Azure.Management.Sql.LegacySdk.ITransparentDataEncryptionOperations operations, string resourceGroupName, string serverName, Microsoft.Azure.Management.Sql.LegacySdk.Models.EncryptionProtectorCreateOrUpdateParameters parameters);
static member CreateOrUpdateEncryptionProtector : 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 CreateOrUpdateEncryptionProtector (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.