BackupEncryptionAtRestType 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.
Chiffrement au repos type.
public readonly struct BackupEncryptionAtRestType : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.BackupEncryptionAtRestType>
type BackupEncryptionAtRestType = struct
Public Structure BackupEncryptionAtRestType
Implements IEquatable(Of BackupEncryptionAtRestType)
- Héritage
-
BackupEncryptionAtRestType
- Implémente
Constructeurs
BackupEncryptionAtRestType(String) |
Initialise une nouvelle instance de BackupEncryptionAtRestType. |
Propriétés
CustomerManaged |
CustomerManaged. |
Invalid |
Non valide. |
MicrosoftManaged |
MicrosoftManaged. |
Méthodes
Equals(BackupEncryptionAtRestType) |
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(BackupEncryptionAtRestType, BackupEncryptionAtRestType) |
Détermine si deux BackupEncryptionAtRestType valeurs sont identiques. |
Implicit(String to BackupEncryptionAtRestType) |
Convertit une chaîne en BackupEncryptionAtRestType. |
Inequality(BackupEncryptionAtRestType, BackupEncryptionAtRestType) |
Détermine si deux BackupEncryptionAtRestType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET