TransparentDataEncryptionInner Class

Definition

Represents a database transparent data encryption configuration.

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

Constructors

TransparentDataEncryptionInner()

Initializes a new instance of the TransparentDataEncryptionInner class.

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

Initializes a new instance of the TransparentDataEncryptionInner class.

Properties

Id

Resource Id. Setter is protected because Id needs to be set in Network resources.

(Inherited from ProxyResource)
Location

Gets resource location.

Name

Resource name

(Inherited from ProxyResource)
Status

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

Tags

Resource tags

(Inherited from Resource)
Type

Resource type

(Inherited from ProxyResource)

Methods

Validate()

Validate the object. Throws ValidationException if validation fails.

(Inherited from Resource)

Applies to