ApplicationGatewayFirewallRuleSetPropertiesFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayFirewallRuleSetPropertiesFormat
- com.
Implements
public final class ApplicationGatewayFirewallRuleSetPropertiesFormat
implements JsonSerializable<ApplicationGatewayFirewallRuleSetPropertiesFormat>
Properties of the web application firewall rule set.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
|
Provisioning |
provisioningState()
Get the provisioning |
|
List<Application |
ruleGroups()
Get the rule |
| String |
ruleSetType()
Get the rule |
| String |
ruleSetVersion()
Get the rule |
|
List<Application |
tiers()
Get the tiers property: Tier of an application gateway that support the rule set. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ApplicationGatewayFirewallRuleSetPropertiesFormat fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayFirewallRuleSetPropertiesFormat from the JsonReader.
Parameters:
Returns:
Throws:
provisioningState
public ProvisioningState provisioningState()
Get the provisioningState property: The provisioning state of the web application firewall rule set.
Returns:
ruleGroups
public List<ApplicationGatewayFirewallRuleGroup> ruleGroups()
Get the ruleGroups property: The rule groups of the web application firewall rule set.
Returns:
ruleSetType
public String ruleSetType()
Get the ruleSetType property: The type of the web application firewall rule set.
Returns:
ruleSetVersion
public String ruleSetVersion()
Get the ruleSetVersion property: The version of the web application firewall rule set type.
Returns:
tiers
public List<ApplicationGatewayTierTypes> tiers()
Get the tiers property: Tier of an application gateway that support the rule set.
Returns:
toJson
validate
public void validate()
Validates the instance.