Uses of Class
com.azure.resourcemanager.kusto.models.State
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of State in com.azure.resourcemanager.kusto.fluent.models
-
Uses of State in com.azure.resourcemanager.kusto.models
Modifier and TypeFieldDescriptionstatic final State
State.CREATING
Static value Creating for State.static final State
State.DELETED
Static value Deleted for State.static final State
State.DELETING
Static value Deleting for State.static final State
State.RUNNING
Static value Running for State.static final State
State.STARTING
Static value Starting for State.static final State
State.STOPPED
Static value Stopped for State.static final State
State.STOPPING
Static value Stopping for State.static final State
State.UNAVAILABLE
Static value Unavailable for State.static final State
State.UPDATING
Static value Updating for State.Modifier and TypeMethodDescriptionstatic State
State.fromString
(String name) Creates or finds a State from its string representation.Cluster.state()
Gets the state property: The state of the resource.ClusterUpdate.state()
Get the state property: The state of the resource.Modifier and TypeMethodDescriptionstatic Collection<State>
State.values()
Gets known State values.