CurrentProtectionState 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.
Spécifie l’état de protection actuel de la ressource.
public readonly struct CurrentProtectionState : IEquatable<Azure.ResourceManager.DataProtectionBackup.Models.CurrentProtectionState>
type CurrentProtectionState = struct
Public Structure CurrentProtectionState
Implements IEquatable(Of CurrentProtectionState)
- Héritage
-
CurrentProtectionState
- Implémente
Constructeurs
CurrentProtectionState(String) |
Initialise une nouvelle instance de CurrentProtectionState. |
Propriétés
BackupSchedulesSuspended |
BackupSchedulesSuspended. |
ConfiguringProtection |
Configuration de la protection. |
ConfiguringProtectionFailed |
Configuration deProtectionFailed. |
Invalid |
Non valide. |
NotProtected |
Non protégé. |
ProtectionConfigured |
ProtectionConfigured. |
ProtectionError |
ProtectionError. |
ProtectionStopped |
ProtectionStopped. |
RetentionSchedulesSuspended |
RetentionSchedulesSuspended. |
SoftDeleted |
SoftDeleted. |
SoftDeleting |
SoftDeleting. |
UpdatingProtection |
Mise à jourprotection. |
Méthodes
Equals(CurrentProtectionState) |
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(CurrentProtectionState, CurrentProtectionState) |
Détermine si deux CurrentProtectionState valeurs sont identiques. |
Implicit(String to CurrentProtectionState) |
Convertit une chaîne en CurrentProtectionState. |
Inequality(CurrentProtectionState, CurrentProtectionState) |
Détermine si deux CurrentProtectionState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET