ApplicationGatewayWafDynamicManifestResultInner Class
- java.
lang. Object - com.
azure. core. management. SubResource - com.
azure. resourcemanager. network. fluent. models. ApplicationGatewayWafDynamicManifestResultInner
- com.
- com.
public final class ApplicationGatewayWafDynamicManifestResultInner
extends SubResource
Response for ApplicationGatewayWafDynamicManifest API service call.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Application |
availableRuleSets()
Get the available |
|
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
| String |
name()
Get the name property: Resource name. |
| String |
ruleSetType()
Get the rule |
| String |
ruleSetVersion()
Get the rule |
|
Json |
toJson(JsonWriter jsonWriter) |
| String |
type()
Get the type property: Resource type. |
| void |
validate()
Validates the instance. |
Methods inherited from SubResource
Methods inherited from java.lang.Object
Method Details
availableRuleSets
public List<ApplicationGatewayFirewallManifestRuleSet> availableRuleSets()
Get the availableRuleSets property: The available rulesets.
Returns:
fromJson
public static ApplicationGatewayWafDynamicManifestResultInner fromJson(JsonReader jsonReader)
Reads an instance of ApplicationGatewayWafDynamicManifestResultInner from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: Resource name.
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:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
ApplicationGatewayWafDynamicManifestResultInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
type
public String type()
Get the type property: Resource type.
Returns:
validate
public void validate()
Validates the instance.