Uses of Class
com.azure.resourcemanager.network.models.ExclusionManagedRule
Packages that use ExclusionManagedRule
Package
Description
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 ExclusionManagedRuleModifier and TypeMethodDescriptionstatic ExclusionManagedRuleExclusionManagedRule.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExclusionManagedRule from the JsonReader.ExclusionManagedRule.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 ExclusionManagedRuleModifier and TypeMethodDescriptionExclusionManagedRuleGroup.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 ExclusionManagedRuleModifier and TypeMethodDescriptionExclusionManagedRuleGroup.withRules(List<ExclusionManagedRule> rules) Set the rules property: List of rules that will be excluded.