CustomRuleEnabledState 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.
Describes if the custom rule is in enabled or disabled state. Defaults to Enabled if not specified.
public readonly struct CustomRuleEnabledState : IEquatable<Azure.ResourceManager.FrontDoor.Models.CustomRuleEnabledState>
type CustomRuleEnabledState = struct
Public Structure CustomRuleEnabledState
Implements IEquatable(Of CustomRuleEnabledState)
- Inheritance
-
CustomRuleEnabledState
- Implements
Constructors
CustomRuleEnabledState(String) |
Initializes a new instance of CustomRuleEnabledState. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
Methods
Equals(CustomRuleEnabledState) |
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(CustomRuleEnabledState, CustomRuleEnabledState) |
Determines if two CustomRuleEnabledState values are the same. |
Implicit(String to CustomRuleEnabledState) |
Converts a string to a CustomRuleEnabledState. |
Inequality(CustomRuleEnabledState, CustomRuleEnabledState) |
Determines if two CustomRuleEnabledState values are not the same. |
Applies to
Azure SDK for .NET