Show / Hide Table of Contents

    Class TransparentDataEncryption

    Represents a database transparent data encryption configuration.

    Inheritance
    Object
    Resource
    ProxyResource
    TransparentDataEncryption
    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 TransparentDataEncryption : Microsoft.Azure.Management.Sql.Models.ProxyResource

    Constructors

    TransparentDataEncryption()

    Initializes a new instance of the TransparentDataEncryption class.

    Declaration
    public TransparentDataEncryption ();

    TransparentDataEncryption(String, String, String, String, Nullable<TransparentDataEncryptionStatus>)

    Initializes a new instance of the TransparentDataEncryption class.

    Declaration
    public TransparentDataEncryption (string id = null, string name = null, string type = null, string location = null, Nullable<Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionStatus> status = null);
    Parameters
    String id

    Resource ID.

    String name

    Resource name.

    String type

    Resource type.

    String location

    Resource location.

    Nullable<TransparentDataEncryptionStatus> status

    The status of the database transparent data encryption. Possible values include: 'Enabled', 'Disabled'

    Properties

    Location

    Gets resource location.

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

    Status

    Gets or sets the status of the database transparent data encryption. Possible values include: 'Enabled', 'Disabled'

    Declaration
    [Newtonsoft.Json.JsonProperty(PropertyName="properties.status")]
    public Nullable<Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionStatus> Status { get; set; }
    Property Value
    Nullable<TransparentDataEncryptionStatus>

    Back to top Azure SDK for Net