Class MatchVariable
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<MatchVariable>
com.microsoft.azure.management.cdn.MatchVariable
Defines values for MatchVariable.
-
Field Summary
FieldsModifier 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatchVariable
fromString
(String name) Creates or finds a MatchVariable from its string representation.static Collection<MatchVariable>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
REMOTE_ADDR
Static value RemoteAddr for MatchVariable. -
SOCKET_ADDR
Static value SocketAddr for MatchVariable. -
REQUEST_METHOD
Static value RequestMethod for MatchVariable. -
REQUEST_HEADER
Static value RequestHeader for MatchVariable. -
REQUEST_URI
Static value RequestUri for MatchVariable. -
QUERY_STRING
Static value QueryString for MatchVariable. -
REQUEST_BODY
Static value RequestBody for MatchVariable. -
COOKIES
Static value Cookies for MatchVariable. -
POST_ARGS
Static value PostArgs for MatchVariable.
-
-
Constructor Details
-
MatchVariable
public MatchVariable()
-
-
Method Details
-
fromString
Creates or finds a MatchVariable from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding MatchVariable
-
values
- Returns:
- known MatchVariable values
-