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

RequestBodyOperator 类

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

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

定义 RequestBodyOperator 的值。

字段摘要

修饰符和类型 字段和描述
static final RequestBodyOperator ANY

请求正文运算符的静态值 Any。

static final RequestBodyOperator BEGINS_WITH

请求正文运算符的静态值以 开头。

static final RequestBodyOperator CONTAINS

静态值 包含请求正文运算符。

static final RequestBodyOperator ENDS_WITH

请求正文运算符的静态值以 结尾

static final RequestBodyOperator EQUAL

请求正文运算符的静态值等于 。

static final RequestBodyOperator GREATER_THAN

请求正文运算符的静态值大于

static final RequestBodyOperator GREATER_THAN_OR_EQUAL

请求正文运算符的大于 OrEqual 的静态值。

static final RequestBodyOperator LESS_THAN

小于请求正文运算符的静态值

static final RequestBodyOperator LESS_THAN_OR_EQUAL

请求正文运算符的静态值小于OrEqual。

static final RequestBodyOperator REG_EX

请求正文运算符的静态值 RegEx。

构造函数摘要

构造函数 说明
RequestBodyOperator()

方法摘要

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

从其字符串表示形式创建或查找请求正文运算符。

static java.util.Collection<RequestBodyOperator> 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

字段详细信息

ANY

public static final RequestBodyOperator ANY

RequestBodyOperator 的静态值 Any。

BEGINS_WITH

public static final RequestBodyOperator BEGINS_WITH

RequestBodyOperator 的静态值 BeginsWith。

CONTAINS

public static final RequestBodyOperator CONTAINS

静态值 包含 RequestBodyOperator 的 。

ENDS_WITH

public static final RequestBodyOperator ENDS_WITH

RequestBodyOperator 的静态值 EndsWith。

EQUAL

public static final RequestBodyOperator EQUAL

RequestBodyOperator 的静态值等于 。

GREATER_THAN

public static final RequestBodyOperator GREATER_THAN

RequestBodyOperator 的静态值 GreaterThan。

GREATER_THAN_OR_EQUAL

public static final RequestBodyOperator GREATER_THAN_OR_EQUAL

RequestBodyOperator 的静态值 GreaterThanOrEqual。

LESS_THAN

public static final RequestBodyOperator LESS_THAN

RequestBodyOperator 的静态值 LessThan。

LESS_THAN_OR_EQUAL

public static final RequestBodyOperator LESS_THAN_OR_EQUAL

RequestBodyOperator 的静态值 LessThanOrEqual。

REG_EX

public static final RequestBodyOperator REG_EX

RequestBodyOperator 的静态值 RegEx。

构造函数详细信息

RequestBodyOperator

public RequestBodyOperator()

方法详细信息

fromString

public static RequestBodyOperator fromString(String name)

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

Parameters:

name - 要查找的名称

Returns:

相应的 RequestBodyOperator

values

public static Collection values()

Returns:

已知的 RequestBodyOperator 值

适用于