Share via


TransparentDataEncryption Class

Definition

Represents a Sql pool transparent data encryption configuration.

[Microsoft.Rest.Serialization.JsonTransformation]
public class TransparentDataEncryption : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TransparentDataEncryption = class
    inherit ProxyResource
Public Class TransparentDataEncryption
Inherits ProxyResource
Inheritance
TransparentDataEncryption
Attributes

Constructors

TransparentDataEncryption()

Initializes a new instance of the TransparentDataEncryption class.

TransparentDataEncryption(String, String, String, String, Nullable<TransparentDataEncryptionStatus>)

Initializes a new instance of the TransparentDataEncryption class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Location

Gets resource location.

Name

Gets the name of the resource

(Inherited from Resource)
Status

Gets or sets the status of the database transparent data encryption. Possible values include: 'Enabled', 'Disabled'

Type

Gets the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to