Freigeben über


LogicalDatabaseTransparentDataEncryption Konstruktoren

Definition

Überlädt

LogicalDatabaseTransparentDataEncryption()

Initialisiert eine neue instance der LogicalDatabaseTransparentDataEncryption-Klasse.

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initialisiert eine neue instance der LogicalDatabaseTransparentDataEncryption-Klasse.

LogicalDatabaseTransparentDataEncryption()

Initialisiert eine neue instance der LogicalDatabaseTransparentDataEncryption-Klasse.

public LogicalDatabaseTransparentDataEncryption ();
Public Sub New ()

Gilt für:

LogicalDatabaseTransparentDataEncryption(TransparentDataEncryptionState, String, String, String)

Initialisiert eine neue instance der LogicalDatabaseTransparentDataEncryption-Klasse.

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)

Parameter

state
TransparentDataEncryptionState

Gibt den Status der transparenten Datenverschlüsselung an. Mögliche Werte: "Enabled", "Disabled"

id
String

Ressourcen-ID

name
String

Name der Ressource.

type
String

Der Ressourcentyp.

Gilt für: