public static interface SqlServer.UpdateStages.WithElasticPool
| Modifier and Type | Method and Description |
|---|---|
SqlServer.Update |
withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Deprecated.
|
SqlServer.Update |
withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Deprecated.
|
SqlServer.Update |
withoutElasticPool(String elasticPoolName)
Deprecated.
|
@Beta(value=V1_7_0) @Deprecated SqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames)
elasticPoolName - name of the elastic pool to be createdelasticPoolEdition - edition of the elastic pooldatabaseNames - names of the database to be included in the elastic pool@Beta(value=V1_7_0) @Deprecated SqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
elasticPoolName - name of the elastic pool to be createdelasticPoolEdition - edition of the elastic pool@Deprecated SqlServer.Update withoutElasticPool(String elasticPoolName)
elasticPoolName - name of the elastic pool to be removedCopyright © 2019. All rights reserved.