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