Uses of Class
com.azure.resourcemanager.network.models.ExclusionManagedRule
-
Packages that use ExclusionManagedRule Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExclusionManagedRule in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExclusionManagedRule Modifier and Type Method Description ExclusionManagedRuleExclusionManagedRule. withRuleId(String ruleId)Set the ruleId property: Identifier for the managed rule.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExclusionManagedRule Modifier and Type Method Description List<ExclusionManagedRule>ExclusionManagedRuleGroup. rules()Get the rules property: List of rules that will be excluded.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExclusionManagedRule Modifier and Type Method Description ExclusionManagedRuleGroupExclusionManagedRuleGroup. withRules(List<ExclusionManagedRule> rules)Set the rules property: List of rules that will be excluded.
-