Partager via


LogicalDatabaseTransparentDataEncryption Constructeurs

Définition

Surcharges

LogicalDatabaseTransparentDataEncryption()

Initialise une nouvelle instance de la classe LogicalDatabaseTransparentDataEncryption.

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initialise une nouvelle instance de la classe LogicalDatabaseTransparentDataEncryption.

LogicalDatabaseTransparentDataEncryption()

Initialise une nouvelle instance de la classe LogicalDatabaseTransparentDataEncryption.

public LogicalDatabaseTransparentDataEncryption ();
Public Sub New ()

S’applique à

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initialise une nouvelle instance de la classe LogicalDatabaseTransparentDataEncryption.

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)

Paramètres

state
TransparentDataEncryptionState

Spécifie l’état du chiffrement transparent des données. Les valeurs possibles sont les suivantes : « Enabled », « Disabled »

id
String

ID de la ressource

name
String

Nom de la ressource.

type
String

Type de ressource.

S’applique à