Class ApplicationGatewayFirewallRuleGroup
- java.lang.Object
-
- com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup
-
public class ApplicationGatewayFirewallRuleGroup extends Object
A web application firewall rule group.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayFirewallRuleGroup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description value.StringruleGroupName()Get the ruleGroupName value.List<ApplicationGatewayFirewallRule>rules()Get the rules value.ApplicationGatewayFirewallRuleGroupwithDescription(String description)Set the description value.ApplicationGatewayFirewallRuleGroupwithRuleGroupName(String ruleGroupName)Set the ruleGroupName value.ApplicationGatewayFirewallRuleGroupwithRules(List<ApplicationGatewayFirewallRule> rules)Set the rules value.
-
-
-
Method Detail
-
ruleGroupName
public String ruleGroupName()
Get the ruleGroupName value.- Returns:
- the ruleGroupName value
-
withRuleGroupName
public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupName)
Set the ruleGroupName value.- Parameters:
ruleGroupName- the ruleGroupName value to set- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-
description
public String description()
Get the description value.- Returns:
- the description value
-
withDescription
public ApplicationGatewayFirewallRuleGroup withDescription(String description)
Set the description value.- Parameters:
description- the description value to set- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-
rules
public List<ApplicationGatewayFirewallRule> rules()
Get the rules value.- Returns:
- the rules value
-
withRules
public ApplicationGatewayFirewallRuleGroup withRules(List<ApplicationGatewayFirewallRule> rules)
Set the rules value.- Parameters:
rules- the rules value to set- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-
-