public final class ElasticPoolState extends Object
| 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(String value)
Creates a custom value for ElasticPoolState.
|
public static final ElasticPoolState CREATING
public static final ElasticPoolState READY
public static final ElasticPoolState DISABLED
public ElasticPoolState(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/