Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineMatchVariable
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineMatchVariable in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final RulesEngineMatchVariable
RulesEngineMatchVariable.IS_MOBILE
Static value IsMobile for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.POST_ARGS
Static value PostArgs for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.QUERY_STRING
Static value QueryString for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REMOTE_ADDR
Static value RemoteAddr for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_BODY
Static value RequestBody for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_FILENAME
Static value RequestFilename for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_FILENAME_EXTENSION
Static value RequestFilenameExtension for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_HEADER
Static value RequestHeader for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_METHOD
Static value RequestMethod for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_PATH
Static value RequestPath for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_SCHEME
Static value RequestScheme for RulesEngineMatchVariable.static final RulesEngineMatchVariable
RulesEngineMatchVariable.REQUEST_URI
Static value RequestUri for RulesEngineMatchVariable.Modifier and TypeMethodDescriptionstatic RulesEngineMatchVariable
RulesEngineMatchVariable.fromString
(String name) Creates or finds a RulesEngineMatchVariable from its string representation.RulesEngineMatchCondition.rulesEngineMatchVariable()
Get the rulesEngineMatchVariable property: Match Variable.Modifier and TypeMethodDescriptionstatic Collection<RulesEngineMatchVariable>
RulesEngineMatchVariable.values()
Gets known RulesEngineMatchVariable values.Modifier and TypeMethodDescriptionRulesEngineMatchCondition.withRulesEngineMatchVariable
(RulesEngineMatchVariable rulesEngineMatchVariable) Set the rulesEngineMatchVariable property: Match Variable.