Class ApplicationGatewayFirewallRuleGroup
java.lang.Object
com.azure.resourcemanager.network.models.ApplicationGatewayFirewallRuleGroup
A web application firewall rule group.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of ApplicationGatewayFirewallRuleGroup class. -
Method Summary
Modifier and TypeMethodDescriptionGet the description property: The description of the web application firewall rule group.Get the ruleGroupName property: The name of the web application firewall rule group.rules()Get the rules property: The rules of the web application firewall rule group.voidvalidate()Validates the instance.withDescription(String description) Set the description property: The description of the web application firewall rule group.withRuleGroupName(String ruleGroupName) Set the ruleGroupName property: The name of the web application firewall rule group.Set the rules property: The rules of the web application firewall rule group.
-
Constructor Details
-
ApplicationGatewayFirewallRuleGroup
public ApplicationGatewayFirewallRuleGroup()Creates an instance of ApplicationGatewayFirewallRuleGroup class.
-
-
Method Details
-
ruleGroupName
Get the ruleGroupName property: The name of the web application firewall rule group.- Returns:
- the ruleGroupName value.
-
withRuleGroupName
Set the ruleGroupName property: 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 property: The description of the web application firewall rule group.- Returns:
- the description value.
-
withDescription
Set the description property: 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 property: The rules of the web application firewall rule group.- Returns:
- the rules value.
-
withRules
Set the rules property: The rules of the web application firewall rule group.- Parameters:
rules- the rules value to set.- Returns:
- the ApplicationGatewayFirewallRuleGroup object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-