Share via


ManagedTransparentDataEncryption Constructors

Definition

Overloads

ManagedTransparentDataEncryption()

Initializes a new instance of the ManagedTransparentDataEncryption class.

ManagedTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initializes a new instance of the ManagedTransparentDataEncryption class.

ManagedTransparentDataEncryption()

Initializes a new instance of the ManagedTransparentDataEncryption class.

public ManagedTransparentDataEncryption ();
Public Sub New ()

Applies to

ManagedTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initializes a new instance of the ManagedTransparentDataEncryption class.

public ManagedTransparentDataEncryption (Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState state, string id = default, string name = default, string type = default);
new Microsoft.Azure.Management.Sql.Models.ManagedTransparentDataEncryption : Microsoft.Azure.Management.Sql.Models.TransparentDataEncryptionState * string * string * string -> Microsoft.Azure.Management.Sql.Models.ManagedTransparentDataEncryption
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