ApplicationGatewayFirewallRuleGroup Class

  • java.lang.Object
    • com.microsoft.azure.management.network.ApplicationGatewayFirewallRuleGroup

public class ApplicationGatewayFirewallRuleGroup

A web application firewall rule group.

Constructor Summary

Constructor Description
ApplicationGatewayFirewallRuleGroup()

Method Summary

Modifier and Type Method and Description
java.lang.String description()

Get the description of the web application firewall rule group.

java.lang.String ruleGroupName()

Get the name of the web application firewall rule group.

java.util.List<ApplicationGatewayFirewallRule> rules()

Get the rules of the web application firewall rule group.

ApplicationGatewayFirewallRuleGroup withDescription(String description)

Set the description of the web application firewall rule group.

ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupName)

Set the name of the web application firewall rule group.

ApplicationGatewayFirewallRuleGroup withRules(List<ApplicationGatewayFirewallRule> rules)

Set the rules of the web application firewall rule group.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Constructor Details

ApplicationGatewayFirewallRuleGroup

public ApplicationGatewayFirewallRuleGroup()

Method Details

description

public String description()

Get the description of the web application firewall rule group.

Returns:

the description value

ruleGroupName

public String ruleGroupName()

Get the name of the web application firewall rule group.

Returns:

the ruleGroupName value

rules

public List rules()

Get the rules of the web application firewall rule group.

Returns:

the rules value

withDescription

public ApplicationGatewayFirewallRuleGroup withDescription(String description)

Set the description of the web application firewall rule group.

Parameters:

description - the description value to set

Returns:

the ApplicationGatewayFirewallRuleGroup object itself.

withRuleGroupName

public ApplicationGatewayFirewallRuleGroup withRuleGroupName(String ruleGroupName)

Set the name of the web application firewall rule group.

Parameters:

ruleGroupName - the ruleGroupName value to set

Returns:

the ApplicationGatewayFirewallRuleGroup object itself.

withRules

public ApplicationGatewayFirewallRuleGroup withRules(List rules)

Set the rules of the web application firewall rule group.

Parameters:

rules - the rules value to set

Returns:

the ApplicationGatewayFirewallRuleGroup object itself.

Applies to