ManagedTransparentDataEncryption Class

Definition

A managed database transparent data encryption state.

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

Constructors

ManagedTransparentDataEncryption()

Initializes a new instance of the ManagedTransparentDataEncryption class.

ManagedTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initializes a new instance of the ManagedTransparentDataEncryption 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