Class WafMatchVariable


  • public final class WafMatchVariable
    extends com.azure.core.util.ExpandableStringEnum<WafMatchVariable>
    Defines values for WafMatchVariable.
    • Field Detail

      • REMOTE_ADDR

        public static final WafMatchVariable REMOTE_ADDR
        Static value RemoteAddr for WafMatchVariable.
      • SOCKET_ADDR

        public static final WafMatchVariable SOCKET_ADDR
        Static value SocketAddr for WafMatchVariable.
      • REQUEST_METHOD

        public static final WafMatchVariable REQUEST_METHOD
        Static value RequestMethod for WafMatchVariable.
      • REQUEST_HEADER

        public static final WafMatchVariable REQUEST_HEADER
        Static value RequestHeader for WafMatchVariable.
      • REQUEST_URI

        public static final WafMatchVariable REQUEST_URI
        Static value RequestUri for WafMatchVariable.
      • QUERY_STRING

        public static final WafMatchVariable QUERY_STRING
        Static value QueryString for WafMatchVariable.
      • REQUEST_BODY

        public static final WafMatchVariable REQUEST_BODY
        Static value RequestBody for WafMatchVariable.
      • COOKIES

        public static final WafMatchVariable COOKIES
        Static value Cookies for WafMatchVariable.
      • POST_ARGS

        public static final WafMatchVariable POST_ARGS
        Static value PostArgs for WafMatchVariable.
    • Constructor Detail

      • WafMatchVariable

        public WafMatchVariable()
    • Method Detail

      • fromString

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