ManagedRuleSetupState 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 ManagedRuleSetupState : IEquatable<Azure.ResourceManager.Cdn.Models.ManagedRuleSetupState>
type ManagedRuleSetupState = struct
Public Structure ManagedRuleSetupState
Implements IEquatable(Of ManagedRuleSetupState)
- Inheritance
-
ManagedRuleSetupState
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedRuleSetupState(String) |
Initializes a new instance of ManagedRuleSetupState. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedRuleSetupState) |
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
| Name | Description |
|---|---|
| Equality(ManagedRuleSetupState, ManagedRuleSetupState) |
Determines if two ManagedRuleSetupState values are the same. |
| Implicit(String to ManagedRuleSetupState) |
Converts a string to a ManagedRuleSetupState. |
| Implicit(String to Nullable<ManagedRuleSetupState>) | |
| Inequality(ManagedRuleSetupState, ManagedRuleSetupState) |
Determines if two ManagedRuleSetupState values are not the same. |