Class MatchVariable
java.lang.Object
com.azure.core.util.ExpandableStringEnum<MatchVariable>
com.azure.resourcemanager.cdn.models.MatchVariable
The name of the condition for the delivery rule.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MatchVariableStatic value ClientPort for MatchVariable.static final MatchVariableStatic value Cookies for MatchVariable.static final MatchVariableStatic value HostName for MatchVariable.static final MatchVariableStatic value HttpVersion for MatchVariable.static final MatchVariableStatic value IsDevice for MatchVariable.static final MatchVariableStatic value PostArgs for MatchVariable.static final MatchVariableStatic value QueryString for MatchVariable.static final MatchVariableStatic value RemoteAddress for MatchVariable.static final MatchVariableStatic value RequestBody for MatchVariable.static final MatchVariableStatic value RequestHeader for MatchVariable.static final MatchVariableStatic value RequestMethod for MatchVariable.static final MatchVariableStatic value RequestScheme for MatchVariable.static final MatchVariableStatic value RequestUri for MatchVariable.static final MatchVariableStatic value ServerPort for MatchVariable.static final MatchVariableStatic value SocketAddr for MatchVariable.static final MatchVariableStatic value SslProtocol for MatchVariable.static final MatchVariableStatic value UrlFileExtension for MatchVariable.static final MatchVariableStatic value UrlFileName for MatchVariable.static final MatchVariableStatic value UrlPath for MatchVariable. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic MatchVariablefromString(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_ADDRESS
Static value RemoteAddress 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. -
REQUEST_SCHEME
Static value RequestScheme for MatchVariable. -
URL_PATH
Static value UrlPath for MatchVariable. -
URL_FILE_EXTENSION
Static value UrlFileExtension for MatchVariable. -
URL_FILE_NAME
Static value UrlFileName for MatchVariable. -
HTTP_VERSION
Static value HttpVersion for MatchVariable. -
COOKIES
Static value Cookies for MatchVariable. -
IS_DEVICE
Static value IsDevice for MatchVariable. -
SOCKET_ADDR
Static value SocketAddr for MatchVariable. -
CLIENT_PORT
Static value ClientPort for MatchVariable. -
SERVER_PORT
Static value ServerPort for MatchVariable. -
HOST_NAME
Static value HostName for MatchVariable. -
SSL_PROTOCOL
Static value SslProtocol 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
Gets known MatchVariable values.- Returns:
- known MatchVariable values.
-