Show / Hide Table of Contents

    Class TransparentDataEncryptionActivity

    Represents a database transparent data encryption Scan.

    Inheritance
    Object
    Resource
    ProxyResource
    TransparentDataEncryptionActivity
    Inherited Members
    Resource.Id
    Resource.Name
    Resource.Type
    Namespace: System.Dynamic.ExpandoObject
    Assembly: Microsoft.Azure.Management.Sql.dll
    Syntax
    [Microsoft.Rest.Serialization.JsonTransformation]
    public class TransparentDataEncryptionActivity : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    TransparentDataEncryptionActivity()

    Initializes a new instance of the TransparentDataEncryptionActivity class.

    Declaration
    public TransparentDataEncryptionActivity ();

    TransparentDataEncryptionActivity(String, String, String, String, String, Nullable<Double>)

    Initializes a new instance of the TransparentDataEncryptionActivity class.

    Declaration
    public TransparentDataEncryptionActivity (string id = null, string name = null, string type = null, string location = null, string status = null, Nullable<double> percentComplete = null);
    Parameters
    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    String location

    Resource location.

    String status

    The status of the database. Possible values include: 'Encrypting', 'Decrypting'

    Nullable<Double> percentComplete

    The percent complete of the transparent data encryption scan for a database.

    Properties

    Location

    Gets resource location.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="location")]
    public string Location { get; }
    Property Value
    String

    PercentComplete

    Gets the percent complete of the transparent data encryption scan for a database.

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.percentComplete")]
    public Nullable<double> PercentComplete { get; }
    Property Value
    Nullable<Double>

    Status

    Gets the status of the database. Possible values include: 'Encrypting', 'Decrypting'

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
    public string Status { get; }
    Property Value
    String

    Back to top Azure SDK for Net