DefaultRuleSetPropertyFormat Class
- java.
lang. Object - com.
azure. resourcemanager. network. fluent. models. DefaultRuleSetPropertyFormat
- com.
Implements
public final class DefaultRuleSetPropertyFormat
implements JsonSerializable<DefaultRuleSetPropertyFormat>
the default web application firewall rule set.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Default |
fromJson(JsonReader jsonReader)
Reads an instance of Default |
| String |
ruleSetType()
Get the rule |
| String |
ruleSetVersion()
Get the rule |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static DefaultRuleSetPropertyFormat fromJson(JsonReader jsonReader)
Reads an instance of DefaultRuleSetPropertyFormat from the JsonReader.
Parameters:
Returns:
Throws:
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
validate
public void validate()
Validates the instance.