Partager via


SoftDeleteFeatureState Structure

Définition

É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 à