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
Modifier and TypeFieldDescriptionstatic final RulesEngineMatchVariable
Static value IsMobile for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value PostArgs for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value QueryString for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RemoteAddr for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestBody for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestFilename for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestFilenameExtension for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestHeader for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestMethod for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestPath for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestScheme for RulesEngineMatchVariable.static final RulesEngineMatchVariable
Static value RequestUri for RulesEngineMatchVariable. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic RulesEngineMatchVariable
fromString
(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.