LogicalDatabaseTransparentDataEncryption Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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
Azure SDK for .NET