Class ManagedRuleSetList
java.lang.Object
com.azure.resourcemanager.frontdoor.models.ManagedRuleSetList
Defines the list of managed rule sets for the policy.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the managedRuleSets property: List of rule sets.void
validate()
Validates the instance.withManagedRuleSets
(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: List of rule sets.
-
Constructor Details
-
ManagedRuleSetList
public ManagedRuleSetList()Creates an instance of ManagedRuleSetList class.
-
-
Method Details
-
managedRuleSets
Get the managedRuleSets property: List of rule sets.- Returns:
- the managedRuleSets value.
-
withManagedRuleSets
Set the managedRuleSets property: List of rule sets.- Parameters:
managedRuleSets
- the managedRuleSets value to set.- Returns:
- the ManagedRuleSetList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-