ForwardingProtocol クラス
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. cdn. models. ForwardingProtocol
- com.
- com.
public final class ForwardingProtocol
extends ExpandableStringEnum<ForwardingProtocol>
バックエンドにトラフィックを転送するときに、このルールが使用するプロトコル。
フィールドの概要
修飾子と型 | フィールドと説明 |
---|---|
static final
Forwarding |
HTTPS_ONLY
転送 |
static final
Forwarding |
HTTP_ONLY
転送 |
static final
Forwarding |
MATCH_REQUEST
静的な値転送プロトコルの要求に一致 |
コンストラクターの概要
コンストラクター | 説明 |
---|---|
ForwardingProtocol() |
非推奨
ファクトリ メソッドを使用します fromString(String name) 。
転送プロトコル値の新しいインスタンスを |
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
static
Forwarding |
fromString(String name)
転送 |
static
Collection<Forwarding |
values()
既知の転送プロトコル値を |
メソッドの継承元: ExpandableStringEnum
メソッドの継承元: java.lang.Object
フィールドの詳細
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
@Deprecated
public ForwardingProtocol()
非推奨
ForwardingProtocol 値の新しいインスタンスを作成します。
メソッドの詳細
fromString
public static ForwardingProtocol fromString(String name)
文字列表現から ForwardingProtocol を作成または検索します。
Parameters:
Returns:
values
public static Collection
既知の ForwardingProtocol 値を取得します。
Returns:
適用対象
Azure SDK for Java