SyncGroupState クラス

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

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

SyncGroupState の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final SyncGroupState ERROR

同期グループの状態の静的な値 Error。

static final SyncGroupState GOOD

静的な値 同期グループの状態に適しています。

static final SyncGroupState NOT_READY

静的な値は、同期グループの状態の準備ができていません

static final SyncGroupState PROGRESSING

同期グループの状態の静的な値の進行状況。

static final SyncGroupState WARNING

同期グループの状態の静的な値の警告。

コンストラクターの概要

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

メソッドの概要

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

同期グループの状態を、その文字列表現から作成または検索します。

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

フィールドの詳細

ERROR

public static final SyncGroupState ERROR

SyncGroupState の静的な値 Error。

GOOD

public static final SyncGroupState GOOD

静的な値 SyncGroupState に適しています。

NOT_READY

public static final SyncGroupState NOT_READY

SyncGroupState の静的な値 NotReady。

PROGRESSING

public static final SyncGroupState PROGRESSING

SyncGroupState の静的な値の進行状況。

WARNING

public static final SyncGroupState WARNING

SyncGroupState の静的な値の警告。

コンストラクターの詳細

SyncGroupState

public SyncGroupState()

メソッドの詳細

fromString

public static SyncGroupState fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する SyncGroupState

values

public static Collection values()

Returns:

既知の SyncGroupState 値

適用対象