Share via


LogicalDatabaseTransparentDataEncryption Constructors

Definition

Overloads

LogicalDatabaseTransparentDataEncryption()

Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.

LogicalDatabaseTransparentDataEncryption()

Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.

public LogicalDatabaseTransparentDataEncryption ();
Public Sub New ()

Applies to

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initializes a new instance of the LogicalDatabaseTransparentDataEncryption class.

public LogicalDatabaseTransparentDataEncryption (Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState state, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption : Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState * string * string * string -> Microsoft.Azure.Management.Sql.Models.LogicalDatabaseTransparentDataEncryption
Public Sub New (state As TransparentDataEncryptionState, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing)

Parameters

state
TransparentDataEncryptionState

Specifies the state of the transparent data encryption. Possible values include: 'Enabled', 'Disabled'

id
String

Resource ID.

name
String

Resource name.

type
String

Resource type.

Applies to