Class ElasticPoolState
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ElasticPoolState>
com.microsoft.azure.management.sql.ElasticPoolState
public final class ElasticPoolState
extends com.microsoft.rest.ExpandableStringEnum<ElasticPoolState>
Defines values for ElasticPoolState.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final ElasticPoolState
Static value Creating for ElasticPoolState.static final ElasticPoolState
Static value Disabled for ElasticPoolState.static final ElasticPoolState
Static value Ready for ElasticPoolState. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ElasticPoolState
fromString
(String name) Creates or finds a ElasticPoolState from its string representation.static Collection<ElasticPoolState>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
CREATING
Static value Creating for ElasticPoolState. -
READY
Static value Ready for ElasticPoolState. -
DISABLED
Static value Disabled for ElasticPoolState.
-
-
Constructor Details
-
ElasticPoolState
public ElasticPoolState()
-
-
Method Details
-
fromString
Creates or finds a ElasticPoolState from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ElasticPoolState
-
values
- Returns:
- known ElasticPoolState values
-