Class ApplicationGatewayFirewallRule
- java.lang.Object
-
- com.microsoft.azure.management.network.ApplicationGatewayFirewallRule
-
public class ApplicationGatewayFirewallRule extends Object
A web application firewall rule.
-
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayFirewallRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description value.intruleId()Get the ruleId value.ApplicationGatewayFirewallRulewithDescription(String description)Set the description value.ApplicationGatewayFirewallRulewithRuleId(int ruleId)Set the ruleId value.
-
-
-
Method Detail
-
ruleId
public int ruleId()
Get the ruleId value.- Returns:
- the ruleId value
-
withRuleId
public ApplicationGatewayFirewallRule withRuleId(int ruleId)
Set the ruleId value.- Parameters:
ruleId- the ruleId value to set- Returns:
- the ApplicationGatewayFirewallRule object itself.
-
description
public String description()
Get the description value.- Returns:
- the description value
-
withDescription
public ApplicationGatewayFirewallRule withDescription(String description)
Set the description value.- Parameters:
description- the description value to set- Returns:
- the ApplicationGatewayFirewallRule object itself.
-
-