Uses of Class
com.azure.resourcemanager.cdn.models.ManagedRuleSet
Packages that use ManagedRuleSet
Package
Description
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 ManagedRuleSetModifier and TypeMethodDescriptionstatic ManagedRuleSetManagedRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedRuleSet from the JsonReader.ManagedRuleSet.withAnomalyScore(Integer anomalyScore) Set the anomalyScore property: Verizon only : If the rule set supports anomaly detection mode, this describes the threshold for blocking requests.ManagedRuleSet.withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides) Set the ruleGroupOverrides property: Defines the rule overrides to apply to the rule set.ManagedRuleSet.withRuleSetType(String ruleSetType) Set the ruleSetType property: Defines the rule set type to use.ManagedRuleSet.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 ManagedRuleSetModifier and TypeMethodDescriptionManagedRuleSetList.managedRuleSets()Get the managedRuleSets property: List of rule sets.Method parameters in com.azure.resourcemanager.cdn.models with type arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRuleSetList.withManagedRuleSets(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: List of rule sets.