ElasticPoolState クラス

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.ElasticPoolState

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

ElasticPoolState の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final ElasticPoolState CREATING

エラスティックプールの状態の静的な値の作成。

static final ElasticPoolState DISABLED

エラスティックプールの状態に対して静的な値が無効です。

static final ElasticPoolState READY

静的な値 エラスティックプールの状態の準備ができました。

コンストラクターの概要

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

メソッドの概要

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

エラスティックプールの状態を、その文字列表現から作成または検索します。

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

フィールドの詳細

CREATING

public static final ElasticPoolState CREATING

ElasticPoolState の静的な値 Creating。

DISABLED

public static final ElasticPoolState DISABLED

ElasticPoolState の静的な値は無効です。

READY

public static final ElasticPoolState READY

ElasticPoolState の静的な値 Ready。

コンストラクターの詳細

ElasticPoolState

public ElasticPoolState()

メソッドの詳細

fromString

public static ElasticPoolState fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する ElasticPoolState

values

public static Collection values()

Returns:

既知の ElasticPoolState 値

適用対象