State Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.kusto.v2020_09_18.State

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

Defines values for State.

Field Summary

Modifier and Type Field and Description
static final State CREATING

Static value Creating for State.

static final State DELETED

Static value Deleted for State.

static final State DELETING

Static value Deleting for State.

static final State RUNNING

Static value Running for State.

static final State STARTING

Static value Starting for State.

static final State STOPPED

Static value Stopped for State.

static final State STOPPING

Static value Stopping for State.

static final State UNAVAILABLE

Static value Unavailable for State.

static final State UPDATING

Static value Updating for State.

Constructor Summary

Constructor Description
State()

Method Summary

Modifier and Type Method and Description
static State fromString(String name)

Creates or finds a State from its string representation.

static java.util.Collection<State> values()

Methods inherited from 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

Methods inherited from 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

Field Details

CREATING

public static final State CREATING

Static value Creating for State.

DELETED

public static final State DELETED

Static value Deleted for State.

DELETING

public static final State DELETING

Static value Deleting for State.

RUNNING

public static final State RUNNING

Static value Running for State.

STARTING

public static final State STARTING

Static value Starting for State.

STOPPED

public static final State STOPPED

Static value Stopped for State.

STOPPING

public static final State STOPPING

Static value Stopping for State.

UNAVAILABLE

public static final State UNAVAILABLE

Static value Unavailable for State.

UPDATING

public static final State UPDATING

Static value Updating for State.

Constructor Details

State

public State()

Method Details

fromString

public static State fromString(String name)

Creates or finds a State from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding State

values

public static Collection values()

Returns:

known State values

Applies to