ApplicationGatewayFirewallDisabledRuleGroupResponse

data class ApplicationGatewayFirewallDisabledRuleGroupResponse(val ruleGroupName: String, val rules: List<Int>? = null)

Allows to disable rules within a rule group or an entire rule group.

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the rule group that will be disabled.

Link copied to clipboard
val rules: List<Int>? = null

The list of rules that will be disabled. If null, all rules of the rule group will be disabled.