Uses of Class
com.azure.resourcemanager.network.models.ExclusionManagedRuleGroup
-
Packages that use ExclusionManagedRuleGroup Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of ExclusionManagedRuleGroup in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExclusionManagedRuleGroup Modifier and Type Method Description ExclusionManagedRuleGroupExclusionManagedRuleGroup. withRuleGroupName(String ruleGroupName)Set the ruleGroupName property: The managed rule group for exclusion.ExclusionManagedRuleGroupExclusionManagedRuleGroup. withRules(List<ExclusionManagedRule> rules)Set the rules property: List of rules that will be excluded.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExclusionManagedRuleGroup Modifier and Type Method Description List<ExclusionManagedRuleGroup>ExclusionManagedRuleSet. ruleGroups()Get the ruleGroups property: Defines the rule groups to apply to the rule set.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExclusionManagedRuleGroup Modifier and Type Method Description ExclusionManagedRuleSetExclusionManagedRuleSet. withRuleGroups(List<ExclusionManagedRuleGroup> ruleGroups)Set the ruleGroups property: Defines the rule groups to apply to the rule set.
-