Share via


TrafficRoutingMethod クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.trafficmanager.TrafficRoutingMethod

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

TrafficRoutingMethod の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final TrafficRoutingMethod GEOGRAPHIC

トラフィックルーティング方法の静的な値地理。

static final TrafficRoutingMethod MULTI_VALUE

トラフィックルーティング方法の静的値マルチ値。

static final TrafficRoutingMethod PERFORMANCE

トラフィックルーティング方法の静的な値のパフォーマンス。

static final TrafficRoutingMethod PRIORITY

トラフィックルーティング方法の静的な値 Priority。

static final TrafficRoutingMethod SUBNET

トラフィックルーティング方法の静的な値サブネット。

static final TrafficRoutingMethod WEIGHTED

トラフィックルーティング方法の静的な値の重み付け

コンストラクターの概要

コンストラクター 説明
TrafficRoutingMethod()

メソッドの概要

修飾子と型 メソッドと説明
static TrafficRoutingMethod fromString(String name)

文字列表現から TrafficRoutingメソッドを作成または検索します。

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

フィールドの詳細

GEOGRAPHIC

public static final TrafficRoutingMethod GEOGRAPHIC

TrafficRoutingMethod の静的な値地理。

MULTI_VALUE

public static final TrafficRoutingMethod MULTI_VALUE

TrafficRoutingMethod の静的値 MultiValue。

PERFORMANCE

public static final TrafficRoutingMethod PERFORMANCE

TrafficRoutingMethod の静的な値のパフォーマンス。

PRIORITY

public static final TrafficRoutingMethod PRIORITY

TrafficRoutingMethod の静的な値 Priority。

SUBNET

public static final TrafficRoutingMethod SUBNET

TrafficRoutingMethod の静的値サブネット。

WEIGHTED

public static final TrafficRoutingMethod WEIGHTED

TrafficRoutingMethod の静的な値の重み付け。

コンストラクターの詳細

TrafficRoutingMethod

public TrafficRoutingMethod()

メソッドの詳細

fromString

public static TrafficRoutingMethod fromString(String name)

文字列表現から TrafficRoutingMethod を作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する TrafficRoutingMethod

values

public static Collection values()

Returns:

既知の TrafficRoutingMethod 値

適用対象