Class ApplicationGatewayFirewallRuleGroup
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup
A web application firewall rule group.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of the web application firewall rule group.Get the name of the web application firewall rule group.rules()
Get the rules of the web application firewall rule group.withDescription
(String description) Set the description of the web application firewall rule group.withRuleGroupName
(String ruleGroupName) Set the name of the web application firewall rule group.Set the rules of the web application firewall rule group.
-
Constructor Details
-
ApplicationGatewayFirewallRuleGroup
public ApplicationGatewayFirewallRuleGroup()
-
-
Method Details
-
ruleGroupName
Get the name of the web application firewall rule group.- Returns:
- the ruleGroupName value
-
withRuleGroupName
Set the name of the web application firewall rule group.- Parameters:
ruleGroupName
- the ruleGroupName value to set- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-
description
Get the description of the web application firewall rule group.- Returns:
- the description value
-
withDescription
Set the description of the web application firewall rule group.- Parameters:
description
- the description value to set- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-
rules
Get the rules of the web application firewall rule group.- Returns:
- the rules value
-
withRules
Set the rules of the web application firewall rule group.- Parameters:
rules
- the rules value to set- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-