TransparentDataEncryptionActivityInner 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 Scan.
[Microsoft.Rest.Serialization.JsonTransformation]
public class TransparentDataEncryptionActivityInner : Microsoft.Azure.Management.Sql.Fluent.Models.ProxyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type TransparentDataEncryptionActivityInner = class
inherit ProxyResourceInner
Public Class TransparentDataEncryptionActivityInner
Inherits ProxyResourceInner
- Inheritance
- Attributes
Constructors
TransparentDataEncryptionActivityInner() |
Initializes a new instance of the TransparentDataEncryptionActivityInner class. |
TransparentDataEncryptionActivityInner(String, String, String, String, TransparentDataEncryptionActivityStatus, Nullable<Double>) |
Initializes a new instance of the TransparentDataEncryptionActivityInner 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) |
PercentComplete |
Gets the percent complete of the transparent data encryption scan for a database. |
Status |
Gets the status of the database. Possible values include: 'Encrypting', 'Decrypting' |
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
Azure SDK for .NET