Uses of Class
com.azure.resourcemanager.network.models.ExclusionManagedRuleSet
Packages that use ExclusionManagedRuleSet
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExclusionManagedRuleSet in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExclusionManagedRuleSetModifier and TypeMethodDescriptionstatic ExclusionManagedRuleSetExclusionManagedRuleSet.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExclusionManagedRuleSet from the JsonReader.ExclusionManagedRuleSet.withRuleGroups(List<ExclusionManagedRuleGroup> ruleGroups) Set the ruleGroups property: Defines the rule groups to apply to the rule set.ExclusionManagedRuleSet.withRuleSetType(String ruleSetType) Set the ruleSetType property: Defines the rule set type to use.ExclusionManagedRuleSet.withRuleSetVersion(String ruleSetVersion) Set the ruleSetVersion property: Defines the version of the rule set to use.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExclusionManagedRuleSetModifier and TypeMethodDescriptionExceptionEntry.exceptionManagedRuleSets()Get the exceptionManagedRuleSets property: The managed rule sets that are associated with the exception.OwaspCrsExclusionEntry.exclusionManagedRuleSets()Get the exclusionManagedRuleSets property: The managed rule sets that are associated with the exclusion.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExclusionManagedRuleSetModifier and TypeMethodDescriptionExceptionEntry.withExceptionManagedRuleSets(List<ExclusionManagedRuleSet> exceptionManagedRuleSets) Set the exceptionManagedRuleSets property: The managed rule sets that are associated with the exception.OwaspCrsExclusionEntry.withExclusionManagedRuleSets(List<ExclusionManagedRuleSet> exclusionManagedRuleSets) Set the exclusionManagedRuleSets property: The managed rule sets that are associated with the exclusion.