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 TypeMethodDescriptionManagedRuleSet.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.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.