ExceptionEntryMatchVariable Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExceptionEntryMatchVariable
- com.
- com.
public final class ExceptionEntryMatchVariable
extends ExpandableStringEnum<ExceptionEntryMatchVariable>
The variable on which we evaluate the exception condition.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Exception |
REMOTE_ADDR
Static value Remote |
static final
Exception |
REQUEST_HEADER
Static value Request |
static final
Exception |
REQUEST_URI
Static value RequestURI for Exception |
Constructor Summary
Constructor | Description |
---|---|
ExceptionEntryMatchVariable() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Exception |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Exception |
fromString(String name)
Creates or finds a Exception |
static
Collection<Exception |
values()
Gets known Exception |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
REMOTE_ADDR
public static final ExceptionEntryMatchVariable REMOTE_ADDR
Static value RemoteAddr for ExceptionEntryMatchVariable.
REQUEST_HEADER
public static final ExceptionEntryMatchVariable REQUEST_HEADER
Static value RequestHeader for ExceptionEntryMatchVariable.
REQUEST_URI
public static final ExceptionEntryMatchVariable REQUEST_URI
Static value RequestURI for ExceptionEntryMatchVariable.
Constructor Details
ExceptionEntryMatchVariable
@Deprecated
public ExceptionEntryMatchVariable()
Deprecated
Creates a new instance of ExceptionEntryMatchVariable value.
Method Details
fromString
public static ExceptionEntryMatchVariable fromString(String name)
Creates or finds a ExceptionEntryMatchVariable from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ExceptionEntryMatchVariable values.
Returns:
Applies to
Azure SDK for Java