Uses of Class
com.azure.resourcemanager.frontdoor.models.RulesEngineMatchVariable
Packages that use RulesEngineMatchVariable
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of RulesEngineMatchVariable in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as RulesEngineMatchVariableModifier and TypeFieldDescriptionstatic final RulesEngineMatchVariableRulesEngineMatchVariable.IS_MOBILEStatic value IsMobile for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.POST_ARGSStatic value PostArgs for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.QUERY_STRINGStatic value QueryString for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REMOTE_ADDRStatic value RemoteAddr for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_BODYStatic value RequestBody for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_FILENAMEStatic value RequestFilename for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_FILENAME_EXTENSIONStatic value RequestFilenameExtension for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_HEADERStatic value RequestHeader for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_METHODStatic value RequestMethod for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_PATHStatic value RequestPath for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_SCHEMEStatic value RequestScheme for RulesEngineMatchVariable.static final RulesEngineMatchVariableRulesEngineMatchVariable.REQUEST_URIStatic value RequestUri for RulesEngineMatchVariable.Methods in com.azure.resourcemanager.frontdoor.models that return RulesEngineMatchVariableModifier and TypeMethodDescriptionstatic RulesEngineMatchVariableRulesEngineMatchVariable.fromString(String name) Creates or finds a RulesEngineMatchVariable from its string representation.RulesEngineMatchCondition.rulesEngineMatchVariable()Get the rulesEngineMatchVariable property: Match Variable.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type RulesEngineMatchVariableModifier and TypeMethodDescriptionstatic Collection<RulesEngineMatchVariable>RulesEngineMatchVariable.values()Gets known RulesEngineMatchVariable values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type RulesEngineMatchVariableModifier and TypeMethodDescriptionRulesEngineMatchCondition.withRulesEngineMatchVariable(RulesEngineMatchVariable rulesEngineMatchVariable) Set the rulesEngineMatchVariable property: Match Variable.