public static interface SqlServer.UpdateStages.WithElasticPool
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.Update> |
defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server.
|
SqlServer.Update |
withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server.
|
SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.Update> defineElasticPool(String elasticPoolName)
elasticPoolName - the name of the new SQL Elastic PoolSqlServer.Update withoutElasticPool(String elasticPoolName)
elasticPoolName - name of the elastic pool to be removedCopyright © 2020 Microsoft Corporation. All rights reserved.