你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MatchVariable 类

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

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

定义 MatchVariable 的值。

字段摘要

修饰符和类型 字段和描述
static final MatchVariable COOKIES

匹配变量的静态值 Cookie。

static final MatchVariable POST_ARGS

匹配变量的静态值 PostArgs。

static final MatchVariable QUERY_STRING

匹配变量的静态值查询字符串。

static final MatchVariable REMOTE_ADDR

匹配变量的静态值 RemoteAddr。

static final MatchVariable REQUEST_BODY

匹配变量的静态值请求正文。

static final MatchVariable REQUEST_HEADER

匹配变量的请求标头的静态值。

static final MatchVariable REQUEST_METHOD

Match变量的静态值 Request方法。

static final MatchVariable REQUEST_URI

匹配变量的静态值请求URI。

static final MatchVariable SOCKET_ADDR

匹配变量的静态值 SocketAddr。

构造函数摘要

构造函数 说明
MatchVariable()

方法摘要

修饰符和类型 方法和描述
static MatchVariable fromString(String name)

从其字符串表示形式创建或查找 Match变量。

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

方法继承自 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

方法继承自 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

字段详细信息

COOKIES

public static final MatchVariable COOKIES

MatchVariable 的静态值 Cookie。

POST_ARGS

public static final MatchVariable POST_ARGS

MatchVariable 的静态值 PostArgs。

QUERY_STRING

public static final MatchVariable QUERY_STRING

MatchVariable 的静态值 QueryString。

REMOTE_ADDR

public static final MatchVariable REMOTE_ADDR

MatchVariable 的静态值 RemoteAddr。

REQUEST_BODY

public static final MatchVariable REQUEST_BODY

MatchVariable 的静态值 RequestBody。

REQUEST_HEADER

public static final MatchVariable REQUEST_HEADER

MatchVariable 的静态值 RequestHeader。

REQUEST_METHOD

public static final MatchVariable REQUEST_METHOD

MatchVariable 的静态值 RequestMethod。

REQUEST_URI

public static final MatchVariable REQUEST_URI

MatchVariable 的静态值 RequestUri。

SOCKET_ADDR

public static final MatchVariable SOCKET_ADDR

MatchVariable 的静态值 SocketAddr。

构造函数详细信息

MatchVariable

public MatchVariable()

方法详细信息

fromString

public static MatchVariable fromString(String name)

从其字符串表示形式创建或查找 MatchVariable。

Parameters:

name - 要查找的名称

Returns:

相应的 MatchVariable

values

public static Collection values()

Returns:

已知的 MatchVariable 值

适用于