Class MatchVariable
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchVariable>
com.azure.resourcemanager.frontdoor.models.MatchVariable
Request variable to compare with.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MatchVariable
Static value Cookies for MatchVariable.static final MatchVariable
Static value PostArgs for MatchVariable.static final MatchVariable
Static value QueryString for MatchVariable.static final MatchVariable
Static value RemoteAddr for MatchVariable.static final MatchVariable
Static value RequestBody for MatchVariable.static final MatchVariable
Static value RequestHeader for MatchVariable.static final MatchVariable
Static value RequestMethod for MatchVariable.static final MatchVariable
Static value RequestUri for MatchVariable.static final MatchVariable
Static value SocketAddr for MatchVariable. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MatchVariable
fromString
(String name) Creates or finds a MatchVariable from its string representation.static Collection<MatchVariable>
values()
Gets known MatchVariable values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REMOTE_ADDR
Static value RemoteAddr for MatchVariable. -
REQUEST_METHOD
Static value RequestMethod for MatchVariable. -
QUERY_STRING
Static value QueryString for MatchVariable. -
POST_ARGS
Static value PostArgs for MatchVariable. -
REQUEST_URI
Static value RequestUri for MatchVariable. -
REQUEST_HEADER
Static value RequestHeader for MatchVariable. -
REQUEST_BODY
Static value RequestBody for MatchVariable. -
COOKIES
Static value Cookies for MatchVariable. -
SOCKET_ADDR
Static value SocketAddr for MatchVariable.
-
-
Constructor Details
-
MatchVariable
Deprecated.Use thefromString(String)
factory method.Creates a new instance of MatchVariable value.
-
-
Method Details
-
fromString
Creates or finds a MatchVariable from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MatchVariable.
-
values
Gets known MatchVariable values.- Returns:
- known MatchVariable values.
-
fromString(String)
factory method.