Uses of Class
com.microsoft.azure.management.network.ManagedRuleOverride
Packages that use ManagedRuleOverride
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of ManagedRuleOverride in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return ManagedRuleOverrideModifier and TypeMethodDescriptionManagedRuleOverride.withRuleId
(String ruleId) Set identifier for the managed rule.ManagedRuleOverride.withState
(ManagedRuleEnabledState state) Set the state of the managed rule.Methods in com.microsoft.azure.management.network that return types with arguments of type ManagedRuleOverrideModifier and TypeMethodDescriptionManagedRuleGroupOverride.rules()
Get list of rules that will be disabled.Method parameters in com.microsoft.azure.management.network with type arguments of type ManagedRuleOverrideModifier and TypeMethodDescriptionManagedRuleGroupOverride.withRules
(List<ManagedRuleOverride> rules) Set list of rules that will be disabled.