Uses of Class
com.azure.resourcemanager.frontdoor.models.MatchVariable
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MatchVariable in com.azure.resourcemanager.frontdoor.models
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 the matchVariable property: Request variable to compare with.Modifier and TypeMethodDescriptionstatic Collection<MatchVariable>
MatchVariable.values()
Gets known MatchVariable values.Modifier and TypeMethodDescriptionMatchCondition.withMatchVariable
(MatchVariable matchVariable) Set the matchVariable property: Request variable to compare with.