Class ManagedRuleGroupDefinition
java.lang.Object
com.azure.resourcemanager.frontdoor.models.ManagedRuleGroupDefinition
Describes a managed rule group.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedRuleGroupDefinition class. -
Method Summary
-
Constructor Details
-
ManagedRuleGroupDefinition
public ManagedRuleGroupDefinition()Creates an instance of ManagedRuleGroupDefinition class.
-
-
Method Details
-
ruleGroupName
Get the ruleGroupName property: Name of the managed rule group.- Returns:
- the ruleGroupName value.
-
description
Get the description property: Description of the managed rule group.- Returns:
- the description value.
-
rules
Get the rules property: List of rules within the managed rule group.- Returns:
- the rules value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-