Uses of Class
com.azure.resourcemanager.network.models.ManagedRuleSet
Packages that use ManagedRuleSet
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ManagedRuleSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ManagedRuleSetModifier and TypeMethodDescriptionstatic ManagedRuleSetManagedRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ManagedRuleSet from the JsonReader.ManagedRuleSet.withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides) Set the ruleGroupOverrides property: Defines the rule group 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.network.models that return types with arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRulesDefinition.managedRuleSets()Get the managedRuleSets property: The managed rule sets that are associated with the policy.Methods in com.azure.resourcemanager.network.models with parameters of type ManagedRuleSetModifier and TypeMethodDescriptionWebApplicationFirewallPolicy.DefinitionStages.WithManagedRules.withManagedRuleSet(ManagedRuleSet managedRuleSet) Specifies a managed rule set to be added to the Web Application Firewall, with full configuration.WebApplicationFirewallPolicy.UpdateStages.WithManagedRuleSet.withManagedRuleSet(ManagedRuleSet managedRuleSet) Specifies a managed rule set to be added to the Web Application Firewall, with full configuration.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRulesDefinition.withManagedRuleSets(List<ManagedRuleSet> managedRuleSets) Set the managedRuleSets property: The managed rule sets that are associated with the policy.