Microsoft.Synapse workspaces/sqlPools/transparentDataEncryption

ARM template resource definition

The workspaces/sqlPools/transparentDataEncryption resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption resource, add the following JSON to your template.

{
  "type": "Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption",
  "apiVersion": "2021-06-01",
  "name": "current",
  "properties": {
    "status": "string"
  }
}

Property values

workspaces/sqlPools/transparentDataEncryption

Name Description Value
type The resource type 'Microsoft.Synapse/workspaces/sqlPools/transparentDataEncryption'
apiVersion The resource api version '2021-06-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
'current'
properties Represents the properties of the resource. TransparentDataEncryptionProperties

TransparentDataEncryptionProperties

Name Description Value
status The status of the database transparent data encryption. 'Disabled'
'Enabled'