public class ApplicationGatewayFirewallDisabledRuleGroup extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallDisabledRuleGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
ruleGroupName()
Get the name of the rule group that will be disabled.
|
List<Integer> |
rules()
Get the list of rules that will be disabled.
|
ApplicationGatewayFirewallDisabledRuleGroup |
withRuleGroupName(String ruleGroupName)
Set the name of the rule group that will be disabled.
|
ApplicationGatewayFirewallDisabledRuleGroup |
withRules(List<Integer> rules)
Set the list of rules that will be disabled.
|
public ApplicationGatewayFirewallDisabledRuleGroup()
public String ruleGroupName()
public ApplicationGatewayFirewallDisabledRuleGroup withRuleGroupName(String ruleGroupName)
ruleGroupName - the ruleGroupName value to setpublic List<Integer> rules()
public ApplicationGatewayFirewallDisabledRuleGroup withRules(List<Integer> rules)
rules - the rules value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/