Uses of Class
com.azure.resourcemanager.network.models.OwaspCrsExclusionEntry
-
Packages that use OwaspCrsExclusionEntry Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of OwaspCrsExclusionEntry in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return OwaspCrsExclusionEntry Modifier and Type Method Description OwaspCrsExclusionEntryOwaspCrsExclusionEntry. withExclusionManagedRuleSets(List<ExclusionManagedRuleSet> exclusionManagedRuleSets)Set the exclusionManagedRuleSets property: The managed rule sets that are associated with the exclusion.OwaspCrsExclusionEntryOwaspCrsExclusionEntry. withMatchVariable(OwaspCrsExclusionEntryMatchVariable matchVariable)Set the matchVariable property: The variable to be excluded.OwaspCrsExclusionEntryOwaspCrsExclusionEntry. 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.OwaspCrsExclusionEntryOwaspCrsExclusionEntry. 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 OwaspCrsExclusionEntry Modifier and Type Method Description List<OwaspCrsExclusionEntry>ManagedRulesDefinition. 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 OwaspCrsExclusionEntry Modifier and Type Method Description ManagedRulesDefinitionManagedRulesDefinition. withExclusions(List<OwaspCrsExclusionEntry> exclusions)Set the exclusions property: The Exclusions that are applied on the policy.
-