ManagedRuleSetActionType 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.
Defines the action to take when a managed rule set score threshold is met.
public readonly struct ManagedRuleSetActionType : IEquatable<Azure.ResourceManager.FrontDoor.Models.ManagedRuleSetActionType>
type ManagedRuleSetActionType = struct
Public Structure ManagedRuleSetActionType
Implements IEquatable(Of ManagedRuleSetActionType)
- Inheritance
-
ManagedRuleSetActionType
- Implements
Constructors
ManagedRuleSetActionType(String) |
Initializes a new instance of ManagedRuleSetActionType. |
Properties
Block |
Block. |
Log |
Log. |
Redirect |
Redirect. |
Methods
Equals(ManagedRuleSetActionType) |
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(ManagedRuleSetActionType, ManagedRuleSetActionType) |
Determines if two ManagedRuleSetActionType values are the same. |
Implicit(String to ManagedRuleSetActionType) |
Converts a string to a ManagedRuleSetActionType. |
Inequality(ManagedRuleSetActionType, ManagedRuleSetActionType) |
Determines if two ManagedRuleSetActionType values are not the same. |
Applies to
Azure SDK for .NET