Class ApplicationGatewayFirewallRule
java.lang.Object
com.microsoft.azure.management.network.ApplicationGatewayFirewallRule
A web application firewall rule.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the description of the web application firewall rule.int
ruleId()
Get the identifier of the web application firewall rule.withDescription
(String description) Set the description of the web application firewall rule.withRuleId
(int ruleId) Set the identifier of the web application firewall rule.
-
Constructor Details
-
ApplicationGatewayFirewallRule
public ApplicationGatewayFirewallRule()
-
-
Method Details
-
ruleId
public int ruleId()Get the identifier of the web application firewall rule.- Returns:
- the ruleId value
-
withRuleId
Set the identifier of the web application firewall rule.- Parameters:
ruleId
- the ruleId value to set- Returns:
- the ApplicationGatewayFirewallRule object itself.
-
description
Get the description of the web application firewall rule.- Returns:
- the description value
-
withDescription
Set the description of the web application firewall rule.- Parameters:
description
- the description value to set- Returns:
- the ApplicationGatewayFirewallRule object itself.
-