MatchCondition Class
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.
Define match conditions.
public class MatchCondition
type MatchCondition = class
Public Class MatchCondition
- Inheritance
-
MatchCondition
Constructors
MatchCondition() |
Initializes a new instance of the MatchCondition class. |
MatchCondition(IList<MatchVariable>, WebApplicationFirewallOperator, IList<String>, Nullable<Boolean>, IList<WebApplicationFirewallTransform>) |
Initializes a new instance of the MatchCondition class. |
Properties
MatchValues |
Gets or sets match value. |
MatchVariables |
Gets or sets list of match variables. |
NegationConditon |
Gets or sets describes if this is negate condition or not. |
OperatorProperty |
Gets or sets describes operator to be matched. Possible values include: 'IPMatch', 'Equal', 'Contains', 'LessThan', 'GreaterThan', 'LessThanOrEqual', 'GreaterThanOrEqual', 'BeginsWith', 'EndsWith', 'Regex', 'GeoMatch' |
Transforms |
Gets or sets list of transforms. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET