Class RulesEngineMatchVariable
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RulesEngineMatchVariable>
com.azure.resourcemanager.frontdoor.models.RulesEngineMatchVariable
public final class RulesEngineMatchVariable
extends com.azure.core.util.ExpandableStringEnum<RulesEngineMatchVariable>
Match Variable.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RulesEngineMatchVariableStatic value IsMobile for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value PostArgs for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value QueryString for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RemoteAddr for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestBody for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestFilename for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestFilenameExtension for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestHeader for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestMethod for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestPath for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestScheme for RulesEngineMatchVariable.static final RulesEngineMatchVariableStatic value RequestUri for RulesEngineMatchVariable. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RulesEngineMatchVariablefromString(String name) Creates or finds a RulesEngineMatchVariable from its string representation.static Collection<RulesEngineMatchVariable>values()Gets known RulesEngineMatchVariable values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
IS_MOBILE
Static value IsMobile for RulesEngineMatchVariable. -
REMOTE_ADDR
Static value RemoteAddr for RulesEngineMatchVariable. -
REQUEST_METHOD
Static value RequestMethod for RulesEngineMatchVariable. -
QUERY_STRING
Static value QueryString for RulesEngineMatchVariable. -
POST_ARGS
Static value PostArgs for RulesEngineMatchVariable. -
REQUEST_URI
Static value RequestUri for RulesEngineMatchVariable. -
REQUEST_PATH
Static value RequestPath for RulesEngineMatchVariable. -
REQUEST_FILENAME
Static value RequestFilename for RulesEngineMatchVariable. -
REQUEST_FILENAME_EXTENSION
Static value RequestFilenameExtension for RulesEngineMatchVariable. -
REQUEST_HEADER
Static value RequestHeader for RulesEngineMatchVariable. -
REQUEST_BODY
Static value RequestBody for RulesEngineMatchVariable. -
REQUEST_SCHEME
Static value RequestScheme for RulesEngineMatchVariable.
-
-
Constructor Details
-
RulesEngineMatchVariable
Deprecated.Use thefromString(String)factory method.Creates a new instance of RulesEngineMatchVariable value.
-
-
Method Details
-
fromString
Creates or finds a RulesEngineMatchVariable from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RulesEngineMatchVariable.
-
values
Gets known RulesEngineMatchVariable values.- Returns:
- known RulesEngineMatchVariable values.
-
fromString(String)factory method.