GetApplicationGatewayRewriteRuleSetRewriteRuleCondition

data class GetApplicationGatewayRewriteRuleSetRewriteRuleCondition(val ignoreCase: Boolean, val negate: Boolean, val pattern: String, val variable: String)

Constructors

constructor(ignoreCase: Boolean, negate: Boolean, pattern: String, variable: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether a case insensitive comparison is performed.

Link copied to clipboard

Whether the result of the condition evaluation is negated.

Link copied to clipboard

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

Link copied to clipboard

The variable of the condition.