RoutingRuleEnabledState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether to enable use of this rule. Permitted values are 'Enabled' or 'Disabled'.
public readonly struct RoutingRuleEnabledState : IEquatable<Azure.ResourceManager.FrontDoor.Models.RoutingRuleEnabledState>
type RoutingRuleEnabledState = struct
Public Structure RoutingRuleEnabledState
Implements IEquatable(Of RoutingRuleEnabledState)
- Inheritance
-
RoutingRuleEnabledState
- Implements
Constructors
RoutingRuleEnabledState(String) |
Initializes a new instance of RoutingRuleEnabledState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(RoutingRuleEnabledState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(RoutingRuleEnabledState, RoutingRuleEnabledState) |
Determines if two RoutingRuleEnabledState values are the same. |
Implicit(String to RoutingRuleEnabledState) |
Converts a string to a RoutingRuleEnabledState. |
Inequality(RoutingRuleEnabledState, RoutingRuleEnabledState) |
Determines if two RoutingRuleEnabledState values are not the same. |
Applies to
Azure SDK for .NET