RuleMatchActionType 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 on rule match.
public readonly struct RuleMatchActionType : IEquatable<Azure.ResourceManager.FrontDoor.Models.RuleMatchActionType>
type RuleMatchActionType = struct
Public Structure RuleMatchActionType
Implements IEquatable(Of RuleMatchActionType)
- Inheritance
-
RuleMatchActionType
- Implements
Constructors
RuleMatchActionType(String) |
Initializes a new instance of RuleMatchActionType. |
Properties
Allow |
Allow. |
AnomalyScoring |
AnomalyScoring. |
Block |
Block. |
JSChallenge |
JSChallenge. |
Log |
Log. |
Redirect |
Redirect. |
Methods
Equals(RuleMatchActionType) |
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(RuleMatchActionType, RuleMatchActionType) |
Determines if two RuleMatchActionType values are the same. |
Implicit(String to RuleMatchActionType) |
Converts a string to a RuleMatchActionType. |
Inequality(RuleMatchActionType, RuleMatchActionType) |
Determines if two RuleMatchActionType values are not the same. |
Applies to
Azure SDK for .NET