public final class ElasticPoolState extends com.azure.core.util.ExpandableStringEnum<ElasticPoolState>
| Modifier and Type | Field and Description |
|---|---|
static ElasticPoolState |
CREATING
Static value Creating for ElasticPoolState.
|
static ElasticPoolState |
DISABLED
Static value Disabled for ElasticPoolState.
|
static ElasticPoolState |
READY
Static value Ready for ElasticPoolState.
|
| Constructor and Description |
|---|
ElasticPoolState() |
| Modifier and Type | Method and Description |
|---|---|
static ElasticPoolState |
fromString(String name)
Creates or finds a ElasticPoolState from its string representation.
|
static Collection<ElasticPoolState> |
values() |
public static final ElasticPoolState CREATING
public static final ElasticPoolState READY
public static final ElasticPoolState DISABLED
public static ElasticPoolState fromString(String name)
name - a name to look for.public static Collection<ElasticPoolState> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.