Uses of Class
com.azure.resourcemanager.network.models.ExclusionManagedRuleSet
-
Packages that use ExclusionManagedRuleSet Package Description com.azure.resourcemanager.network.models 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 ExclusionManagedRuleSet Modifier and Type Method Description ExclusionManagedRuleSetExclusionManagedRuleSet. withRuleGroups(List<ExclusionManagedRuleGroup> ruleGroups)Set the ruleGroups property: Defines the rule groups to apply to the rule set.ExclusionManagedRuleSetExclusionManagedRuleSet. withRuleSetType(String ruleSetType)Set the ruleSetType property: Defines the rule set type to use.ExclusionManagedRuleSetExclusionManagedRuleSet. 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 ExclusionManagedRuleSet Modifier and Type Method Description List<ExclusionManagedRuleSet>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 ExclusionManagedRuleSet Modifier and Type Method Description OwaspCrsExclusionEntryOwaspCrsExclusionEntry. withExclusionManagedRuleSets(List<ExclusionManagedRuleSet> exclusionManagedRuleSets)Set the exclusionManagedRuleSets property: The managed rule sets that are associated with the exclusion.
-