JobAgentState クラス

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

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

JobAgentState の値を定義します。

フィールドの概要

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

ジョブエージェントの状態の静的な値作成。

static final JobAgentState DELETING

ジョブエージェントの状態の静的な値の削除。

static final JobAgentState DISABLED

ジョブエージェントの状態に対して静的な値が無効です。

static final JobAgentState READY

静的な値 ジョブエージェントの状態の準備完了。

static final JobAgentState UPDATING

ジョブエージェントの状態の静的な値の更新。

コンストラクターの概要

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

メソッドの概要

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

ジョブエージェントの状態を、その文字列表現から作成または検索します。

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

JobAgentState の静的な値 Creating。

DELETING

public static final JobAgentState DELETING

JobAgentState の静的な値の削除。

DISABLED

public static final JobAgentState DISABLED

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

READY

public static final JobAgentState READY

静的な値 JobAgentState の準備完了。

UPDATING

public static final JobAgentState UPDATING

JobAgentState の静的な値の更新。

コンストラクターの詳細

JobAgentState

public JobAgentState()

メソッドの詳細

fromString

public static JobAgentState fromString(String name)

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

Parameters:

name - 検索する名前

Returns:

対応する JobAgentState

values

public static Collection values()

Returns:

既知の JobAgentState 値

適用対象