Uses of Class
com.azure.resourcemanager.network.models.ExceptionEntry
Packages that use ExceptionEntry
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ExceptionEntry in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return ExceptionEntryModifier and TypeMethodDescriptionstatic ExceptionEntryExceptionEntry.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ExceptionEntry from the JsonReader.ExceptionEntry.withExceptionManagedRuleSets(List<ExclusionManagedRuleSet> exceptionManagedRuleSets) Set the exceptionManagedRuleSets property: The managed rule sets that are associated with the exception.ExceptionEntry.withMatchVariable(ExceptionEntryMatchVariable matchVariable) Set the matchVariable property: The variable on which we evaluate the exception condition.ExceptionEntry.withSelector(String selector) Set the selector property: When the matchVariable points to a key-value pair (e.g, RequestHeader), this identifies the key.ExceptionEntry.withSelectorMatchOperator(ExceptionEntrySelectorMatchOperator selectorMatchOperator) Set the selectorMatchOperator property: When the matchVariable points to a key-value pair (e.g, RequestHeader), this operates on the selector.ExceptionEntry.withValueMatchOperator(ExceptionEntryValueMatchOperator valueMatchOperator) Set the valueMatchOperator property: Operates on the allowed values for the matchVariable.ExceptionEntry.withValues(List<String> values) Set the values property: Allowed values for the matchVariable.Methods in com.azure.resourcemanager.network.models that return types with arguments of type ExceptionEntryModifier and TypeMethodDescriptionManagedRulesDefinition.exceptions()Get the exceptions property: The exceptions that are applied on the policy.Method parameters in com.azure.resourcemanager.network.models with type arguments of type ExceptionEntryModifier and TypeMethodDescriptionManagedRulesDefinition.withExceptions(List<ExceptionEntry> exceptions) Set the exceptions property: The exceptions that are applied on the policy.