| Package | Description |
|---|---|
| com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
| 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() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<ElasticPoolState> |
ElasticPoolState.values() |
Copyright © 2019. All rights reserved.