LogicalDatabaseTransparentDataEncryption Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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
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:
Azure SDK for .NET