ElasticPoolState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. sql. models. ElasticPoolState
- com.
- com.
public final class ElasticPoolState
extends ExpandableStringEnum<ElasticPoolState>
The state of the elastic pool.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Elastic |
CREATING
Static value Creating for Elastic |
static final
Elastic |
DISABLED
Static value Disabled for Elastic |
static final
Elastic |
READY
Static value Ready for Elastic |
Constructor Summary
Constructor | Description |
---|---|
ElasticPoolState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Elastic |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Elastic |
fromString(String name)
Creates or finds a Elastic |
static
Collection<Elastic |
values()
Gets known Elastic |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CREATING
public static final ElasticPoolState CREATING
Static value Creating for ElasticPoolState.
DISABLED
public static final ElasticPoolState DISABLED
Static value Disabled for ElasticPoolState.
READY
public static final ElasticPoolState READY
Static value Ready for ElasticPoolState.
Constructor Details
ElasticPoolState
@Deprecated
public ElasticPoolState()
Deprecated
Creates a new instance of ElasticPoolState value.
Method Details
fromString
public static ElasticPoolState fromString(String name)
Creates or finds a ElasticPoolState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ElasticPoolState values.
Returns:
Applies to
Azure SDK for Java