Uses of Class
com.azure.resourcemanager.network.models.ManagedRuleOverride
Packages that use ManagedRuleOverride
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ManagedRuleOverride in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ManagedRuleOverrideModifier and TypeMethodDescriptionManagedRuleOverride.withAction(ActionType action) Set the action property: Describes the override action to be applied when rule matches.ManagedRuleOverride.withRuleId(String ruleId) Set the ruleId property: Identifier for the managed rule.ManagedRuleOverride.withState(ManagedRuleEnabledState state) Set the state property: The state of the managed rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ManagedRuleOverrideModifier and TypeMethodDescriptionManagedRuleGroupOverride.rules()Get the rules property: List of rules that will be disabled.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ManagedRuleOverrideModifier and TypeMethodDescriptionManagedRuleGroupOverride.withRules(List<ManagedRuleOverride> rules) Set the rules property: List of rules that will be disabled.