LogicalDatabaseTransparentDataEncryption Class

Definition

A logical database transparent data encryption state.

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

Constructors

LogicalDatabaseTransparentDataEncryption()

Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.

Properties

Id

Gets resource ID.

(Inherited from Resource)
Name

Gets resource name.

(Inherited from Resource)
State

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

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to