ApplicationGatewayFirewallRuleGroup Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ApplicationGatewayFirewallRuleGroup
- com.
Implements
public final class ApplicationGatewayFirewallRuleGroup
implements JsonSerializable<ApplicationGatewayFirewallRuleGroup>
A web application firewall rule group.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
description()
Get the description property: The description of the web application firewall rule group. |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
ruleGroupName()
Get the rule |
|
List<Application |
rules()
Get the rules property: The rules of the web application firewall rule group. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
description
public String description()
Get the description property: The description of the web application firewall rule group.
Returns:
fromJson
public static ApplicationGatewayFirewallRuleGroup fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayFirewallRuleGroup from the JsonReader.
Parameters:
Returns:
Throws:
ruleGroupName
public String ruleGroupName()
Get the ruleGroupName property: The name of the web application firewall rule group.
Returns:
rules
public List<ApplicationGatewayFirewallRule> rules()
Get the rules property: The rules of the web application firewall rule group.
Returns:
toJson
validate
public void validate()
Validates the instance.