MatchVariable Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. frontdoor. models. MatchVariable
- com.
- com.
public final class MatchVariable
extends ExpandableStringEnum<MatchVariable>
Request variable to compare with.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Match |
COOKIES
Static value Cookies for Match |
|
static final
Match |
POST_ARGS
Static value Post |
|
static final
Match |
QUERY_STRING
Static value Query |
|
static final
Match |
REMOTE_ADDR
Static value Remote |
|
static final
Match |
REQUEST_BODY
Static value Request |
|
static final
Match |
REQUEST_HEADER
Static value Request |
|
static final
Match |
REQUEST_METHOD
Static value Request |
|
static final
Match |
REQUEST_URI
Static value Request |
|
static final
Match |
SOCKET_ADDR
Static value Socket |
Constructor Summary
| Constructor | Description |
|---|---|
| MatchVariable() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Match |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Match |
fromString(String name)
Creates or finds a Match |
|
static
Collection<Match |
values()
Gets known Match |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COOKIES
public static final MatchVariable COOKIES
Static value Cookies for MatchVariable.
POST_ARGS
public static final MatchVariable POST_ARGS
Static value PostArgs for MatchVariable.
QUERY_STRING
public static final MatchVariable QUERY_STRING
Static value QueryString for MatchVariable.
REMOTE_ADDR
public static final MatchVariable REMOTE_ADDR
Static value RemoteAddr for MatchVariable.
REQUEST_BODY
public static final MatchVariable REQUEST_BODY
Static value RequestBody for MatchVariable.
REQUEST_HEADER
public static final MatchVariable REQUEST_HEADER
Static value RequestHeader for MatchVariable.
REQUEST_METHOD
public static final MatchVariable REQUEST_METHOD
Static value RequestMethod for MatchVariable.
REQUEST_URI
public static final MatchVariable REQUEST_URI
Static value RequestUri for MatchVariable.
SOCKET_ADDR
public static final MatchVariable SOCKET_ADDR
Static value SocketAddr for MatchVariable.
Constructor Details
MatchVariable
@Deprecated
public MatchVariable()
Deprecated
Creates a new instance of MatchVariable value.
Method Details
fromString
public static MatchVariable fromString(String name)
Creates or finds a MatchVariable from its string representation.
Parameters:
Returns:
values
public static Collection<MatchVariable> values()
Gets known MatchVariable values.
Returns: