Uses of Class
com.microsoft.azure.management.network.ManagedRuleSet
Packages that use ManagedRuleSet
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ManagedRuleSet in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ManagedRuleSetModifier and TypeMethodDescriptionManagedRuleSet.withRuleGroupOverrides
(List<ManagedRuleGroupOverride> ruleGroupOverrides) Set defines the rule group overrides to apply to the rule set.ManagedRuleSet.withRuleSetType
(String ruleSetType) Set defines the rule set type to use.ManagedRuleSet.withRuleSetVersion
(String ruleSetVersion) Set defines the version of the rule set to use.Methods in com.microsoft.azure.management.network that return types with arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRulesDefinition.managedRuleSets()
Get the managed rule sets that are associated with the policy.Method parameters in com.microsoft.azure.management.network with type arguments of type ManagedRuleSetModifier and TypeMethodDescriptionManagedRulesDefinition.withManagedRuleSets
(List<ManagedRuleSet> managedRuleSets) Set the managed rule sets that are associated with the policy.