InfrastructureEncryptionState 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.
Activation/désactivation de l’état double chiffrement.
public readonly struct InfrastructureEncryptionState : IEquatable<Azure.ResourceManager.RecoveryServices.Models.InfrastructureEncryptionState>
type InfrastructureEncryptionState = struct
Public Structure InfrastructureEncryptionState
Implements IEquatable(Of InfrastructureEncryptionState)
- Héritage
-
InfrastructureEncryptionState
- Implémente
Constructeurs
InfrastructureEncryptionState(String) |
Initialise une nouvelle instance de InfrastructureEncryptionState. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(InfrastructureEncryptionState) |
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(InfrastructureEncryptionState, InfrastructureEncryptionState) |
Détermine si deux InfrastructureEncryptionState valeurs sont identiques. |
Implicit(String to InfrastructureEncryptionState) |
Convertit une chaîne en InfrastructureEncryptionState. |
Inequality(InfrastructureEncryptionState, InfrastructureEncryptionState) |
Détermine si deux InfrastructureEncryptionState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET