ApplicationGatewayRewriteRuleConditionArgs

data class ApplicationGatewayRewriteRuleConditionArgs(val ignoreCase: Output<Boolean>? = null, val negate: Output<Boolean>? = null, val pattern: Output<String>? = null, val variable: Output<String>? = null) : ConvertibleToJava<ApplicationGatewayRewriteRuleConditionArgs>

Set of conditions in the Rewrite Rule in Application Gateway.

Constructors

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

Properties

Link copied to clipboard
val ignoreCase: Output<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: Output<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: Output<String>? = null

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

Link copied to clipboard
val variable: Output<String>? = null

The condition parameter of the RewriteRuleCondition.

Functions

Link copied to clipboard
open override fun toJava(): ApplicationGatewayRewriteRuleConditionArgs