Uses of Class
com.azure.resourcemanager.network.models.OwaspCrsExclusionEntry
Packages that use OwaspCrsExclusionEntry
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of OwaspCrsExclusionEntry in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type OwaspCrsExclusionEntryModifier and TypeClassDescriptionfinal classAllow to exclude some variable satisfy the condition for the WAF check.Methods in com.azure.resourcemanager.network.models that return OwaspCrsExclusionEntryModifier and TypeMethodDescriptionstatic OwaspCrsExclusionEntryOwaspCrsExclusionEntry.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OwaspCrsExclusionEntry from the JsonReader.OwaspCrsExclusionEntry.withExclusionManagedRuleSets(List<ExclusionManagedRuleSet> exclusionManagedRuleSets) Set the exclusionManagedRuleSets property: The managed rule sets that are associated with the exclusion.OwaspCrsExclusionEntry.withMatchVariable(OwaspCrsExclusionEntryMatchVariable matchVariable) Set the matchVariable property: The variable to be excluded.OwaspCrsExclusionEntry.withSelector(String selector) Set the selector property: When matchVariable is a collection, operator used to specify which elements in the collection this exclusion applies to.OwaspCrsExclusionEntry.withSelectorMatchOperator(OwaspCrsExclusionEntrySelectorMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: When matchVariable is a collection, operate on the selector to specify which elements in the collection this exclusion applies to.Methods in com.azure.resourcemanager.network.models that return types with arguments of type OwaspCrsExclusionEntryModifier and TypeMethodDescriptionManagedRulesDefinition.exclusions()Get the exclusions property: The Exclusions that are applied on the policy.Method parameters in com.azure.resourcemanager.network.models with type arguments of type OwaspCrsExclusionEntryModifier and TypeMethodDescriptionManagedRulesDefinition.withExclusions(List<OwaspCrsExclusionEntry> exclusions) Set the exclusions property: The Exclusions that are applied on the policy.