ReplicationState クラス

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

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

ReplicationState の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final ReplicationState CATCH_UP

レプリケーション状態の静的な値CATCH_UP。

static final ReplicationState PENDING

レプリケーション状態の静的値 PENDING。

static final ReplicationState SEEDING

レプリケーション状態の静的値 SEEDING。

static final ReplicationState SUSPENDED

レプリケーション状態の静的な値 SUSPENDED。

コンストラクターの概要

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

メソッドの概要

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

レプリケーション状態をその文字列表現から作成または検索します

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

フィールドの詳細

CATCH_UP

public static final ReplicationState CATCH_UP

ReplicationState の静的な値CATCH_UP。

PENDING

public static final ReplicationState PENDING

ReplicationState の静的値 PENDING。

SEEDING

public static final ReplicationState SEEDING

ReplicationState の静的値 SEEDING。

SUSPENDED

public static final ReplicationState SUSPENDED

ReplicationState の静的な値 SUSPENDED。

コンストラクターの詳細

ReplicationState

public ReplicationState()

メソッドの詳細

fromString

public static ReplicationState fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する ReplicationState

values

public static Collection values()

Returns:

既知の ReplicationState 値

適用対象