Uses of Class
com.azure.resourcemanager.network.models.ExclusionManagedRuleGroup
Packages that use ExclusionManagedRuleGroup
Package
Description
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 ExclusionManagedRuleGroupModifier and TypeMethodDescriptionstatic ExclusionManagedRuleGroupExclusionManagedRuleGroup.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExclusionManagedRuleGroup from the JsonReader.ExclusionManagedRuleGroup.withRuleGroupName(String ruleGroupName) Set the ruleGroupName property: The managed rule group for exclusion.ExclusionManagedRuleGroup.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 ExclusionManagedRuleGroupModifier and TypeMethodDescriptionExclusionManagedRuleSet.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 ExclusionManagedRuleGroupModifier and TypeMethodDescriptionExclusionManagedRuleSet.withRuleGroups(List<ExclusionManagedRuleGroup> ruleGroups) Set the ruleGroups property: Defines the rule groups to apply to the rule set.