| Modifier and Type | Field and Description |
|---|---|
static ElasticPoolState |
ElasticPoolState.CREATING
Static value Creating for ElasticPoolState.
|
static ElasticPoolState |
ElasticPoolState.DISABLED
Static value Disabled for ElasticPoolState.
|
static ElasticPoolState |
ElasticPoolState.READY
Static value Ready for ElasticPoolState.
|
| Modifier and Type | Method and Description |
|---|---|
static ElasticPoolState |
ElasticPoolState.fromString(String name)
Creates or finds a ElasticPoolState from its string representation.
|
ElasticPoolState |
SqlElasticPool.state() |
ElasticPoolState |
ElasticPoolUpdate.state()
Get the state of the elastic pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<ElasticPoolState> |
ElasticPoolState.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/