ApplicationGatewayFirewallRule Class
- java.
lang. Object - com.
microsoft. azure. management. network. ApplicationGatewayFirewallRule
- com.
public class ApplicationGatewayFirewallRule
A web application firewall rule.
Constructor | Description | |
---|---|---|
Application |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
Get the description of the web application firewall rule. |
int |
rule Get the identifier of the web application firewall rule. |
Application |
with Set the description of the web application firewall rule. |
Application |
with Set the identifier of the web application firewall rule. |
ApplicationGatewayFirewallRule
public ApplicationGatewayFirewallRule()
description
public String description()
Get the description of the web application firewall rule.
Returns:
ruleId
public int ruleId()
Get the identifier of the web application firewall rule.
Returns:
withDescription
public ApplicationGatewayFirewallRule withDescription(String description)
Set the description of the web application firewall rule.
Parameters:
Returns:
withRuleId
public ApplicationGatewayFirewallRule withRuleId(int ruleId)
Set the identifier of the web application firewall rule.
Parameters:
Returns: