BackendEnabledState 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.
Indique si vous voulez activer l’utilisation de ce backend. Les valeurs autorisées sont « Enabled » ou « Disabled ».
public readonly struct BackendEnabledState : IEquatable<Azure.ResourceManager.FrontDoor.Models.BackendEnabledState>
type BackendEnabledState = struct
Public Structure BackendEnabledState
Implements IEquatable(Of BackendEnabledState)
- Héritage
-
BackendEnabledState
- Implémente
Constructeurs
BackendEnabledState(String) |
Initialise une nouvelle instance de BackendEnabledState. |
Propriétés
Disabled |
Désactivé. |
Enabled |
Activé. |
Méthodes
Equals(BackendEnabledState) |
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(BackendEnabledState, BackendEnabledState) |
Détermine si deux BackendEnabledState valeurs sont identiques. |
Implicit(String to BackendEnabledState) |
Convertit une chaîne en BackendEnabledState. |
Inequality(BackendEnabledState, BackendEnabledState) |
Détermine si deux BackendEnabledState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET