ApplicationGatewayFirewallRuleSetPropertiesFormat Class

  • java.lang.Object
    • com.azure.resourcemanager.network.fluent.models.ApplicationGatewayFirewallRuleSetPropertiesFormat

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 ApplicationGatewayFirewallRuleSetPropertiesFormat fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayFirewallRuleSetPropertiesFormat from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the web application firewall rule set.

List<ApplicationGatewayFirewallRuleGroup> ruleGroups()

Get the ruleGroups property: The rule groups of the web application firewall rule set.

String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

List<ApplicationGatewayTierTypes> tiers()

Get the tiers property: Tier of an application gateway that support the rule set.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ApplicationGatewayFirewallRuleSetPropertiesFormat if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: The provisioning state of the web application firewall rule set.

Returns:

the provisioningState value.

ruleGroups

public List<ApplicationGatewayFirewallRuleGroup> ruleGroups()

Get the ruleGroups property: The rule groups of the web application firewall rule set.

Returns:

the ruleGroups value.

ruleSetType

public String ruleSetType()

Get the ruleSetType property: The type of the web application firewall rule set.

Returns:

the ruleSetType value.

ruleSetVersion

public String ruleSetVersion()

Get the ruleSetVersion property: The version of the web application firewall rule set type.

Returns:

the ruleSetVersion value.

tiers

public List<ApplicationGatewayTierTypes> tiers()

Get the tiers property: Tier of an application gateway that support the rule set.

Returns:

the tiers value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to