public final class ApplicationGatewayFirewallRule extends Object
| Constructor and Description |
|---|
ApplicationGatewayFirewallRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
description()
Get the description property: The description of the web application firewall rule.
|
int |
ruleId()
Get the ruleId property: The identifier of the web application firewall rule.
|
void |
validate()
Validates the instance.
|
ApplicationGatewayFirewallRule |
withDescription(String description)
Set the description property: The description of the web application firewall rule.
|
ApplicationGatewayFirewallRule |
withRuleId(int ruleId)
Set the ruleId property: The identifier of the web application firewall rule.
|
public int ruleId()
public ApplicationGatewayFirewallRule withRuleId(int ruleId)
ruleId - the ruleId value to set.public String description()
public ApplicationGatewayFirewallRule withDescription(String description)
description - the description value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.