Transparent Data Encryptions - Create Or Update
Updates a logical database's transparent data encryption configuration.
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/databases/{databaseName}/transparentDataEncryption/current?api-version=2023-08-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
database
|
path | True |
string |
The name of the logical database for which the security alert policy is defined. |
|
resource
|
path | True |
string |
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal. |
|
server
|
path | True |
string |
The name of the server. |
|
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
|
tde
|
path | True |
The name of the transparent data encryption configuration. |
|
|
api-version
|
query | True |
string |
The API version to use for the request. |
Request Body
| Name | Required | Type | Description |
|---|---|---|---|
| properties.state | True |
Specifies the state of the transparent data encryption. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Successfully updated the database Transparent Data Encryption state. |
|
| 201 Created |
Successfully created the database transparent data encryption state. |
|
| 202 Accepted |
Creating or updating the database transparent data encryption configuration is in progress. Headers Location: string |
|
| Other Status Codes |
*** Error Responses: ***
|
Examples
Update a database's Transparent Data Encryption state with minimal parameters
Sample request
PUT https://management.azure.com/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securitytde-42-rg/providers/Microsoft.Sql/servers/securitytde-42/databases/testdb/transparentDataEncryption/current?api-version=2023-08-01
{
"properties": {
"state": "Enabled"
}
}
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securitytde-42-rg/providers/Microsoft.Sql/servers/securitytde-42/databases/testdb/transparentDataEncryption",
"name": "current",
"type": "Microsoft.Sql/servers/databases/transparentDataEncryption",
"properties": {
"state": "Enabled"
}
}
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securitytde-42-rg/providers/Microsoft.Sql/servers/securitytde-42/databases/testdb/transparentDataEncryption",
"name": "current",
"type": "Microsoft.Sql/servers/databases/transparentDataEncryption",
"properties": {
"state": "Enabled"
}
}
Location: /subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/securitytde-42-rg/providers/Microsoft.Sql/locations/southeastasia/transparentDataEncryptionOperationResults/11111111-1111-1111-1111-111111111111
Definitions
| Name | Description |
|---|---|
|
Error |
The resource management error additional info. |
|
Error |
The error detail. |
|
Error |
Error response |
|
Logical |
A logical database transparent data encryption state. |
|
Transparent |
The name of the transparent data encryption configuration. |
|
Transparent |
Specifies the state of the transparent data encryption. |
ErrorAdditionalInfo
The resource management error additional info.
| Name | Type | Description |
|---|---|---|
| info |
object |
The additional info. |
| type |
string |
The additional info type. |
ErrorDetail
The error detail.
| Name | Type | Description |
|---|---|---|
| additionalInfo |
The error additional info. |
|
| code |
string |
The error code. |
| details |
The error details. |
|
| message |
string |
The error message. |
| target |
string |
The error target. |
ErrorResponse
Error response
| Name | Type | Description |
|---|---|---|
| error |
The error object. |
LogicalDatabaseTransparentDataEncryption
A logical database transparent data encryption state.
| Name | Type | Description |
|---|---|---|
| id |
string |
Resource ID. |
| name |
string |
Resource name. |
| properties.state |
Specifies the state of the transparent data encryption. |
|
| type |
string |
Resource type. |
TransparentDataEncryptionName
The name of the transparent data encryption configuration.
| Value | Description |
|---|---|
| current |
TransparentDataEncryptionState
Specifies the state of the transparent data encryption.
| Value | Description |
|---|---|
| Enabled | |
| Disabled |