Application Gateway Rewrite Rule Condition Response
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.