ManagedRuleSetRuleGroup Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. ManagedRuleSetRuleGroup
- com.
Implements
public final class ManagedRuleSetRuleGroup
implements JsonSerializable<ManagedRuleSetRuleGroup>
Defines a managed rule set rule group.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Managed |
fromJson(JsonReader jsonReader)
Reads an instance of Managed |
| String |
ruleGroupName()
Get the rule |
| List<String> |
rules()
Get the rules property: List of rules within the rule group. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ManagedRuleSetRuleGroup fromJson(JsonReader jsonReader)
Reads an instance of ManagedRuleSetRuleGroup from the JsonReader.
Parameters:
Returns:
Throws:
ruleGroupName
public String ruleGroupName()
Get the ruleGroupName property: Name of the rule group.
Returns:
rules
public List<String> rules()
Get the rules property: List of rules within the rule group.
Returns:
toJson
validate
public void validate()
Validates the instance.