Uses of Class
com.microsoft.azure.management.cdn.MatchVariable
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of MatchVariable in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final MatchVariable
MatchVariable.COOKIES
Static value Cookies for MatchVariable.static final MatchVariable
MatchVariable.POST_ARGS
Static value PostArgs for MatchVariable.static final MatchVariable
MatchVariable.QUERY_STRING
Static value QueryString for MatchVariable.static final MatchVariable
MatchVariable.REMOTE_ADDR
Static value RemoteAddr for MatchVariable.static final MatchVariable
MatchVariable.REQUEST_BODY
Static value RequestBody for MatchVariable.static final MatchVariable
MatchVariable.REQUEST_HEADER
Static value RequestHeader for MatchVariable.static final MatchVariable
MatchVariable.REQUEST_METHOD
Static value RequestMethod for MatchVariable.static final MatchVariable
MatchVariable.REQUEST_URI
Static value RequestUri for MatchVariable.static final MatchVariable
MatchVariable.SOCKET_ADDR
Static value SocketAddr for MatchVariable.Modifier and TypeMethodDescriptionstatic MatchVariable
MatchVariable.fromString
(String name) Creates or finds a MatchVariable from its string representation.MatchCondition.matchVariable()
Get match variable to compare against.Modifier and TypeMethodDescriptionMatchCondition.withMatchVariable
(MatchVariable matchVariable) Set match variable to compare against.