public static interface SqlServer.UpdateStages.WithElasticPool
| Modifier and Type | Method and Description |
|---|---|
SqlServer.Update |
withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Create new elastic pool in the SQL Server.
|
SqlServer.Update |
withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Create new elastic pool in the SQL Server.
|
SqlServer.Update |
withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server.
|
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 poolSqlServer.Update withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition)
elasticPoolName - name of the elastic pool to be createdelasticPoolEdition - edition of the elastic poolSqlServer.Update withoutElasticPool(String elasticPoolName)
elasticPoolName - name of the elastic pool to be removed/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/