ApplicationGatewayRewriteRuleCondition Class

Definition

Set of conditions in the Rewrite Rule in Application Gateway.

public class ApplicationGatewayRewriteRuleCondition
type ApplicationGatewayRewriteRuleCondition = class
Public Class ApplicationGatewayRewriteRuleCondition
Inheritance
ApplicationGatewayRewriteRuleCondition

Constructors

ApplicationGatewayRewriteRuleCondition()

Initializes a new instance of the ApplicationGatewayRewriteRuleCondition class.

ApplicationGatewayRewriteRuleCondition(String, String, Nullable<Boolean>, Nullable<Boolean>)

Initializes a new instance of the ApplicationGatewayRewriteRuleCondition class.

Properties

IgnoreCase

Gets or sets setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.

Negate

Gets or sets setting this value as truth will force to check the negation of the condition given by the user.

Pattern

Gets or sets the pattern, either fixed string or regular expression, that evaluates the truthfulness of the condition.

Variable

Gets or sets the condition parameter of the RewriteRuleCondition.

Applies to