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