PostgreSqlInfrastructureEncryption Structure
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.
Ajoutez une deuxième couche de chiffrement pour vos données à l’aide d’un nouvel algorithme de chiffrement qui offre une protection supplémentaire des données. La valeur est facultative, mais si elle est transmise, doit être « Désactivé » ou « Activé ».
public readonly struct PostgreSqlInfrastructureEncryption : IEquatable<Azure.ResourceManager.PostgreSql.Models.PostgreSqlInfrastructureEncryption>
type PostgreSqlInfrastructureEncryption = struct
Public Structure PostgreSqlInfrastructureEncryption
Implements IEquatable(Of PostgreSqlInfrastructureEncryption)
- Héritage
-
PostgreSqlInfrastructureEncryption
- Implémente
Constructeurs
PostgreSqlInfrastructureEncryption(String) |
Initialise une nouvelle instance de PostgreSqlInfrastructureEncryption. |
Propriétés
Disabled |
Couche supplémentaire (2e) de chiffrement pour les données au repos. |
Enabled |
Valeur par défaut pour une seule couche de chiffrement pour les données au repos. |
Méthodes
Equals(PostgreSqlInfrastructureEncryption) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(PostgreSqlInfrastructureEncryption, PostgreSqlInfrastructureEncryption) |
Détermine si deux PostgreSqlInfrastructureEncryption valeurs sont identiques. |
Implicit(String to PostgreSqlInfrastructureEncryption) |
Convertit une chaîne en PostgreSqlInfrastructureEncryption. |
Inequality(PostgreSqlInfrastructureEncryption, PostgreSqlInfrastructureEncryption) |
Détermine si deux PostgreSqlInfrastructureEncryption valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET