Uses of Class
com.azure.resourcemanager.frontdoor.models.MatchVariable
Packages that use MatchVariable
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of MatchVariable in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as MatchVariableModifier and TypeFieldDescriptionstatic final MatchVariableMatchVariable.COOKIESStatic value Cookies for MatchVariable.static final MatchVariableMatchVariable.POST_ARGSStatic value PostArgs for MatchVariable.static final MatchVariableMatchVariable.QUERY_STRINGStatic value QueryString for MatchVariable.static final MatchVariableMatchVariable.REMOTE_ADDRStatic value RemoteAddr for MatchVariable.static final MatchVariableMatchVariable.REQUEST_BODYStatic value RequestBody for MatchVariable.static final MatchVariableMatchVariable.REQUEST_HEADERStatic value RequestHeader for MatchVariable.static final MatchVariableMatchVariable.REQUEST_METHODStatic value RequestMethod for MatchVariable.static final MatchVariableMatchVariable.REQUEST_URIStatic value RequestUri for MatchVariable.static final MatchVariableMatchVariable.SOCKET_ADDRStatic value SocketAddr for MatchVariable.Methods in com.azure.resourcemanager.frontdoor.models that return MatchVariableModifier and TypeMethodDescriptionstatic MatchVariableMatchVariable.fromString(String name) Creates or finds a MatchVariable from its string representation.MatchCondition.matchVariable()Get the matchVariable property: Request variable to compare with.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type MatchVariableModifier and TypeMethodDescriptionstatic Collection<MatchVariable>MatchVariable.values()Gets known MatchVariable values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type MatchVariableModifier and TypeMethodDescriptionMatchCondition.withMatchVariable(MatchVariable matchVariable) Set the matchVariable property: Request variable to compare with.