TransparentDataEncryption 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.
Represents a database transparent data encryption configuration.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TransparentDataEncryption : Microsoft.Azure.Management.Sql.Models.ProxyResource
type TransparentDataEncryption = class
inherit ProxyResource
Public Class TransparentDataEncryption
Inherits ProxyResource
- Inheritance
-
Microsoft.Azure.Management.Sql.Models.SubResourceTransparentDataEncryption
- Inheritance
- Attributes
Constructors
TransparentDataEncryption() |
Initializes a new instance of the TransparentDataEncryption class. |
TransparentDataEncryption(String, String, String, String, Nullable<TransparentDataEncryptionStatus>) |
Initializes a new instance of the TransparentDataEncryption class. |
Properties
Id |
Gets resource ID. (Inherited from Resource) |
Location |
Gets resource location. |
Name |
Gets resource name. (Inherited from Resource) |
Status |
Gets or sets the status of the database transparent data encryption. Possible values include: 'Enabled', 'Disabled' |
Type |
Gets resource type. (Inherited from Resource) |