SoftDeleteFeatureState 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.
État de la fonctionnalité Suppression réversible.
public readonly struct SoftDeleteFeatureState : IEquatable<Azure.ResourceManager.RecoveryServicesBackup.Models.SoftDeleteFeatureState>
type SoftDeleteFeatureState = struct
Public Structure SoftDeleteFeatureState
Implements IEquatable(Of SoftDeleteFeatureState)
- Héritage
-
SoftDeleteFeatureState
- Implémente
Constructeurs
SoftDeleteFeatureState(String) |
Initialise une nouvelle instance de SoftDeleteFeatureState. |
Propriétés
AlwaysON |
Alwayson. |
Disabled |
Désactivé. |
Enabled |
Activé. |
Invalid |
Non valide. |
Méthodes
Equals(SoftDeleteFeatureState) |
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(SoftDeleteFeatureState, SoftDeleteFeatureState) |
Détermine si deux SoftDeleteFeatureState valeurs sont identiques. |
Implicit(String to SoftDeleteFeatureState) |
Convertit une chaîne en SoftDeleteFeatureState. |
Inequality(SoftDeleteFeatureState, SoftDeleteFeatureState) |
Détermine si deux SoftDeleteFeatureState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET