Class ManagedRuleSetDefinitionList
java.lang.Object
com.azure.resourcemanager.frontdoor.models.ManagedRuleSetDefinitionList
List of managed rule set definitions available for use in a policy.
-
Constructor Summary
ConstructorDescriptionCreates an instance of ManagedRuleSetDefinitionList class. -
Method Summary
Modifier and TypeMethodDescriptionnextLink()
Get the nextLink property: URL to retrieve next set of managed rule set definitions.void
validate()
Validates the instance.value()
Get the value property: List of managed rule set definitions.withNextLink
(String nextLink) Set the nextLink property: URL to retrieve next set of managed rule set definitions.
-
Constructor Details
-
ManagedRuleSetDefinitionList
public ManagedRuleSetDefinitionList()Creates an instance of ManagedRuleSetDefinitionList class.
-
-
Method Details
-
value
Get the value property: List of managed rule set definitions.- Returns:
- the value value.
-
nextLink
Get the nextLink property: URL to retrieve next set of managed rule set definitions.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: URL to retrieve next set of managed rule set definitions.- Parameters:
nextLink
- the nextLink value to set.- Returns:
- the ManagedRuleSetDefinitionList object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-