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 Details

    • IS_MOBILE

      public static final RulesEngineMatchVariable IS_MOBILE
      Static value IsMobile for RulesEngineMatchVariable.
    • REMOTE_ADDR

      public static final RulesEngineMatchVariable REMOTE_ADDR
      Static value RemoteAddr for RulesEngineMatchVariable.
    • REQUEST_METHOD

      public static final RulesEngineMatchVariable REQUEST_METHOD
      Static value RequestMethod for RulesEngineMatchVariable.
    • QUERY_STRING

      public static final RulesEngineMatchVariable QUERY_STRING
      Static value QueryString for RulesEngineMatchVariable.
    • POST_ARGS

      public static final RulesEngineMatchVariable POST_ARGS
      Static value PostArgs for RulesEngineMatchVariable.
    • REQUEST_URI

      public static final RulesEngineMatchVariable REQUEST_URI
      Static value RequestUri for RulesEngineMatchVariable.
    • REQUEST_PATH

      public static final RulesEngineMatchVariable REQUEST_PATH
      Static value RequestPath for RulesEngineMatchVariable.
    • REQUEST_FILENAME

      public static final RulesEngineMatchVariable REQUEST_FILENAME
      Static value RequestFilename for RulesEngineMatchVariable.
    • REQUEST_FILENAME_EXTENSION

      public static final RulesEngineMatchVariable REQUEST_FILENAME_EXTENSION
      Static value RequestFilenameExtension for RulesEngineMatchVariable.
    • REQUEST_HEADER

      public static final RulesEngineMatchVariable REQUEST_HEADER
      Static value RequestHeader for RulesEngineMatchVariable.
    • REQUEST_BODY

      public static final RulesEngineMatchVariable REQUEST_BODY
      Static value RequestBody for RulesEngineMatchVariable.
    • REQUEST_SCHEME

      public static final RulesEngineMatchVariable REQUEST_SCHEME
      Static value RequestScheme for RulesEngineMatchVariable.
  • Constructor Details

    • RulesEngineMatchVariable

      @Deprecated public RulesEngineMatchVariable()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RulesEngineMatchVariable value.
  • Method Details

    • fromString

      public static RulesEngineMatchVariable fromString(String name)
      Creates or finds a RulesEngineMatchVariable from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RulesEngineMatchVariable.
    • values

      public static Collection<RulesEngineMatchVariable> values()
      Gets known RulesEngineMatchVariable values.
      Returns:
      known RulesEngineMatchVariable values.