public final class ApplicationGatewayFirewallDisabledRuleGroup extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallDisabledRuleGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
ruleGroupName()
Get the ruleGroupName property: The name of the rule group that will be disabled.
|
List<Integer> |
rules()
Get the rules property: The list of rules that will be disabled.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayFirewallDisabledRuleGroup |
withRuleGroupName(String ruleGroupName)
Set the ruleGroupName property: The name of the rule group that will be disabled.
|
ApplicationGatewayFirewallDisabledRuleGroup |
withRules(List<Integer> rules)
Set the rules property: The list of rules that will be disabled.
|
public ApplicationGatewayFirewallDisabledRuleGroup()
public String ruleGroupName()
public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)
ruleGroupName - the ruleGroupName value to set.public List<Integer> rules()
public ApplicationGatewayFirewallDisabledRuleGroup withRules(List<Integer> rules)
rules - the rules value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.