MatchVariable Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.cdn.MatchVariable

public final class MatchVariable
extends com.microsoft.rest.ExpandableStringEnum<MatchVariable>

Defines values for MatchVariable.

Field Summary

Modifier and Type Field and Description
static final MatchVariable COOKIES

Static value Cookies for MatchVariable.

static final MatchVariable POST_ARGS

Static value PostArgs for MatchVariable.

static final MatchVariable QUERY_STRING

Static value QueryString for MatchVariable.

static final MatchVariable REMOTE_ADDR

Static value RemoteAddr for MatchVariable.

static final MatchVariable REQUEST_BODY

Static value RequestBody for MatchVariable.

static final MatchVariable REQUEST_HEADER

Static value RequestHeader for MatchVariable.

static final MatchVariable REQUEST_METHOD

Static value RequestMethod for MatchVariable.

static final MatchVariable REQUEST_URI

Static value RequestUri for MatchVariable.

static final MatchVariable SOCKET_ADDR

Static value SocketAddr for MatchVariable.

Constructor Summary

Constructor Description
MatchVariable()

Method Summary

Modifier and Type Method and Description
static MatchVariable fromString(String name)

Creates or finds a MatchVariable from its string representation.

static java.util.Collection<MatchVariable> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

COOKIES

public static final MatchVariable COOKIES

Static value Cookies for MatchVariable.

POST_ARGS

public static final MatchVariable POST_ARGS

Static value PostArgs for MatchVariable.

QUERY_STRING

public static final MatchVariable QUERY_STRING

Static value QueryString for MatchVariable.

REMOTE_ADDR

public static final MatchVariable REMOTE_ADDR

Static value RemoteAddr for MatchVariable.

REQUEST_BODY

public static final MatchVariable REQUEST_BODY

Static value RequestBody for MatchVariable.

REQUEST_HEADER

public static final MatchVariable REQUEST_HEADER

Static value RequestHeader for MatchVariable.

REQUEST_METHOD

public static final MatchVariable REQUEST_METHOD

Static value RequestMethod for MatchVariable.

REQUEST_URI

public static final MatchVariable REQUEST_URI

Static value RequestUri for MatchVariable.

SOCKET_ADDR

public static final MatchVariable SOCKET_ADDR

Static value SocketAddr for MatchVariable.

Constructor Details

MatchVariable

public MatchVariable()

Method Details

fromString

public static MatchVariable fromString(String name)

Creates or finds a MatchVariable from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding MatchVariable

values

public static Collection values()

Returns:

known MatchVariable values

Applies to