MatchProcessingBehavior 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.
If this rule is a match should the rules engine continue running the remaining rules or stop. If not present, defaults to Continue.
public readonly struct MatchProcessingBehavior : IEquatable<Azure.ResourceManager.FrontDoor.Models.MatchProcessingBehavior>
type MatchProcessingBehavior = struct
Public Structure MatchProcessingBehavior
Implements IEquatable(Of MatchProcessingBehavior)
- Inheritance
-
MatchProcessingBehavior
- Implements
Constructors
MatchProcessingBehavior(String) |
Initializes a new instance of MatchProcessingBehavior. |
Properties
Continue |
Continue. |
Stop |
Stop. |
Methods
Equals(MatchProcessingBehavior) |
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(MatchProcessingBehavior, MatchProcessingBehavior) |
Determines if two MatchProcessingBehavior values are the same. |
Implicit(String to MatchProcessingBehavior) |
Converts a string to a MatchProcessingBehavior. |
Inequality(MatchProcessingBehavior, MatchProcessingBehavior) |
Determines if two MatchProcessingBehavior values are not the same. |
Applies to
Azure SDK for .NET