Uses of Class
com.azure.resourcemanager.network.models.ManagedRuleSet
-
Packages that use ManagedRuleSet Package Description com.azure.resourcemanager.network.models 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 ManagedRuleSet Modifier and Type Method Description ManagedRuleSetManagedRuleSet. withRuleGroupOverrides(List<ManagedRuleGroupOverride> ruleGroupOverrides)Set the ruleGroupOverrides property: Defines the rule group 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.network.models that return types with arguments of type ManagedRuleSet Modifier and Type Method Description List<ManagedRuleSet>ManagedRulesDefinition. 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 ManagedRuleSet Modifier and Type Method Description ManagedRulesDefinitionManagedRulesDefinition. withManagedRuleSets(List<ManagedRuleSet> managedRuleSets)Set the managedRuleSets property: The managed rule sets that are associated with the policy.
-