Class ExceptionEntryMatchVariable
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExceptionEntryMatchVariable>
com.azure.resourcemanager.network.models.ExceptionEntryMatchVariable
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExceptionEntryMatchVariable
extends com.azure.core.util.ExpandableStringEnum<ExceptionEntryMatchVariable>
The variable on which we evaluate the exception condition.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ExceptionEntryMatchVariable
Static value RemoteAddr for ExceptionEntryMatchVariable.static final ExceptionEntryMatchVariable
Static value RequestHeader for ExceptionEntryMatchVariable.static final ExceptionEntryMatchVariable
Static value RequestURI for ExceptionEntryMatchVariable. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExceptionEntryMatchVariable
fromString
(String name) Creates or finds a ExceptionEntryMatchVariable from its string representation.values()
Gets known ExceptionEntryMatchVariable values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
REQUEST_URI
Static value RequestURI for ExceptionEntryMatchVariable. -
REMOTE_ADDR
Static value RemoteAddr for ExceptionEntryMatchVariable. -
REQUEST_HEADER
Static value RequestHeader for ExceptionEntryMatchVariable.
-
-
Constructor Details
-
ExceptionEntryMatchVariable
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ExceptionEntryMatchVariable value.
-
-
Method Details
-
fromString
Creates or finds a ExceptionEntryMatchVariable from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ExceptionEntryMatchVariable.
-
values
Gets known ExceptionEntryMatchVariable values.- Returns:
- known ExceptionEntryMatchVariable values.
-
fromString(String)
factory method.