ApplicationGatewayAvailableWafRuleSetsResultInner Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayAvailableWafRuleSetsResultInner
- com.
Implements
public final class ApplicationGatewayAvailableWafRuleSetsResultInner
implements JsonSerializable<ApplicationGatewayAvailableWafRuleSetsResultInner>
Response for ApplicationGatewayAvailableWafRuleSets API service call.
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayAvailableWafRuleSetsResultInner() |
Creates an instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
List<Application |
value()
Get the value property: The list of application gateway rule sets. |
Application |
withValue(List<ApplicationGatewayFirewallRuleSet> value)
Set the value property: The list of application gateway rule sets. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationGatewayAvailableWafRuleSetsResultInner
public ApplicationGatewayAvailableWafRuleSetsResultInner()
Creates an instance of ApplicationGatewayAvailableWafRuleSetsResultInner class.
Method Details
fromJson
public static ApplicationGatewayAvailableWafRuleSetsResultInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayAvailableWafRuleSetsResultInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public List
Get the value property: The list of application gateway rule sets.
Returns:
withValue
public ApplicationGatewayAvailableWafRuleSetsResultInner withValue(List
Set the value property: The list of application gateway rule sets.
Parameters:
Returns:
Applies to
Azure SDK for Java