Uses of Class
com.azure.resourcemanager.cdn.models.ManagedRuleSet
-
Packages that use ManagedRuleSet Package Description com.azure.resourcemanager.cdn.models Package containing the data models for CdnManagementClient. -
-
Uses of ManagedRuleSet in com.azure.resourcemanager.cdn.models
Methods in com.azure.resourcemanager.cdn.models that return ManagedRuleSet Modifier and Type Method Description ManagedRuleSetManagedRuleSet. withAnomalyScore(Integer anomalyScore)Set the anomalyScore property: Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.ManagedRuleSetManagedRuleSet. withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides)Set the ruleGroupOverrides property: Defines the rule overrides to apply to the rule set.ManagedRuleSetManagedRuleSet. withRuleSetType(String ruleSetType)Set the ruleSetType property: Defines the rule set type to use.ManagedRuleSetManagedRuleSet. withRuleSetVersion(String ruleSetVersion)Set the ruleSetVersion property: Defines the version of the rule set to use.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type ManagedRuleSet Modifier and Type Method Description List<ManagedRuleSet>ManagedRuleSetList. managedRuleSets()Get the managedRuleSets property: List of rule sets.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type ManagedRuleSet Modifier and Type Method Description ManagedRuleSetListManagedRuleSetList. withManagedRuleSets(List<ManagedRuleSet> managedRuleSets)Set the managedRuleSets property: List of rule sets.
-