ManagedTransparentDataEncryption 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 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
- 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
Azure SDK for .NET