ApplicationGatewayRewriteRuleConditionResponse

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

Set of conditions in the Rewrite Rule in Application Gateway.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val ignoreCase: Boolean? = null

Setting this parameter to truth value with force the pattern to do a case in-sensitive comparison.

Link copied to clipboard
val negate: Boolean? = null

Setting this value as truth will force to check the negation of the condition given by the user.

Link copied to clipboard
val pattern: String? = null

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

Link copied to clipboard
val variable: String? = null

The condition parameter of the RewriteRuleCondition.