ApplicationGatewayRewriteRuleSetRewriteRuleCondition

data class ApplicationGatewayRewriteRuleSetRewriteRuleCondition(val ignoreCase: Boolean? = null, val negate: Boolean? = null, val pattern: String, val variable: String)

Constructors

constructor(ignoreCase: Boolean? = null, negate: Boolean? = null, pattern: String, variable: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ignoreCase: Boolean? = null

Perform a case in-sensitive comparison. Defaults to false

Link copied to clipboard
val negate: Boolean? = null

Negate the result of the condition evaluation. Defaults to false

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.