ApplicationGatewayAvailableWafRuleSetsResultInner Class

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

Implements

public final class ApplicationGatewayAvailableWafRuleSetsResultInner
implements JsonSerializable<ApplicationGatewayAvailableWafRuleSetsResultInner>

Response for ApplicationGatewayAvailableWafRuleSets API service call.

Method Summary

Modifier and Type Method and Description
static ApplicationGatewayAvailableWafRuleSetsResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAvailableWafRuleSetsResultInner from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

List<ApplicationGatewayFirewallRuleSet> value()

Get the value property: The list of application gateway rule sets.

Methods inherited from java.lang.Object

Method Details

fromJson

public static ApplicationGatewayAvailableWafRuleSetsResultInner fromJson(JsonReader jsonReader)

Reads an instance of ApplicationGatewayAvailableWafRuleSetsResultInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the ApplicationGatewayAvailableWafRuleSetsResultInner.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

value

public List<ApplicationGatewayFirewallRuleSet> value()

Get the value property: The list of application gateway rule sets.

Returns:

the value value.

Applies to