public final class ApplicationGatewayFirewallRuleGroup extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallRuleGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The description of the web application firewall rule group.
|
String |
ruleGroupName()
Get the ruleGroupName property: The name of the web application firewall rule group.
|
List<ApplicationGatewayFirewallRule> |
rules()
Get the rules property: The rules of the web application firewall rule group.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayFirewallRuleGroup |
withDescription(String description)
Set the description property: The description of the web application firewall rule group.
|
ApplicationGatewayFirewallRuleGroup |
withRuleGroupName(String ruleGroupName)
Set the ruleGroupName property: The name of the web application firewall rule group.
|
ApplicationGatewayFirewallRuleGroup |
withRules(List<ApplicationGatewayFirewallRule> rules)
Set the rules property: The rules of the web application firewall rule group.
|
public String ruleGroupName()
public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupName)
ruleGroupName - the ruleGroupName value to set.public String description()
public ApplicationGatewayFirewallRuleGroup withDescription(String description)
description - the description value to set.public List<ApplicationGatewayFirewallRule> rules()
public ApplicationGatewayFirewallRuleGroup withRules(List<ApplicationGatewayFirewallRule> 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.