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

ForwardingProtocol 类

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

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

定义 ForwardingProtocol 的值。

字段摘要

修饰符和类型 字段和描述
static final ForwardingProtocol HTTPS_ONLY

仅转发协议的静态值 Https

static final ForwardingProtocol HTTP_ONLY

仅转发协议的静态值 Http

static final ForwardingProtocol MATCH_REQUEST

静态值匹配转发协议的请求。

构造函数摘要

构造函数 说明
ForwardingProtocol()

方法摘要

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

从其字符串表示形式创建或查找转发协议。

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

字段详细信息

HTTPS_ONLY

public static final ForwardingProtocol HTTPS_ONLY

ForwardingProtocol 的静态值 HttpsOnly。

HTTP_ONLY

public static final ForwardingProtocol HTTP_ONLY

ForwardingProtocol 的静态值 HttpOnly。

MATCH_REQUEST

public static final ForwardingProtocol MATCH_REQUEST

ForwardingProtocol 的静态值 MatchRequest。

构造函数详细信息

ForwardingProtocol

public ForwardingProtocol()

方法详细信息

fromString

public static ForwardingProtocol fromString(String name)

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

Parameters:

name - 要查找的名称

Returns:

相应的 ForwardingProtocol

values

public static Collection values()

Returns:

已知的 ForwardingProtocol 值

适用于