Class State
java.lang.Object
com.azure.core.util.ExpandableStringEnum<State>
com.azure.resourcemanager.kusto.models.State
The state of the resource.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final State
Static value Creating for State.static final State
Static value Deleted for State.static final State
Static value Deleting for State.static final State
Static value Running for State.static final State
Static value Starting for State.static final State
Static value Stopped for State.static final State
Static value Stopping for State.static final State
Static value Unavailable for State.static final State
Static value Updating for State. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic State
fromString
(String name) Creates or finds a State from its string representation.static Collection<State>
values()
Gets known State values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
CREATING
Static value Creating for State. -
UNAVAILABLE
Static value Unavailable for State. -
RUNNING
Static value Running for State. -
DELETING
Static value Deleting for State. -
DELETED
Static value Deleted for State. -
STOPPING
Static value Stopping for State. -
STOPPED
Static value Stopped for State. -
STARTING
Static value Starting for State. -
UPDATING
Static value Updating for State.
-
-
Constructor Details
-
State
public State()
-
-
Method Details
-
fromString
Creates or finds a State from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding State.
-
values
Gets known State values.- Returns:
- known State values.
-