LogicalDatabaseTransparentDataEncryption Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
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 à
Azure SDK for .NET