次の方法で共有


TrafficViewEnrollmentStatus クラス

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

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

TrafficViewEnrollmentStatus の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final TrafficViewEnrollmentStatus DISABLED

[Traffic View Enrollment Status]\(トラフィックビューの登録ステータス\) の静的な値 [Disabled]\(無効\) です。

static final TrafficViewEnrollmentStatus ENABLED

静的な値 TrafficViewの登録状態に対して有効です。

コンストラクターの概要

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

メソッドの概要

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

トラフィックビューの登録状態を、その文字列表現から作成または検索します。

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

フィールドの詳細

DISABLED

public static final TrafficViewEnrollmentStatus DISABLED

TrafficViewEnrollmentStatus の静的な値無効。

ENABLED

public static final TrafficViewEnrollmentStatus ENABLED

TrafficViewEnrollmentStatus の静的な値 Enabled。

コンストラクターの詳細

TrafficViewEnrollmentStatus

public TrafficViewEnrollmentStatus()

メソッドの詳細

fromString

public static TrafficViewEnrollmentStatus fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する TrafficViewEnrollmentStatus

values

public static Collection values()

Returns:

既知の TrafficViewEnrollmentStatus 値

適用対象