public final class ElasticPoolState extends com.microsoft.rest.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 forpublic static Collection<ElasticPoolState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/