SqlServer.UpdateStages.WithElasticPool 接口
定义
A SQL Server definition for specifying elastic pool.
public interface WithElasticPool
方法
withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition) |
Create new elastic pool in the SQL Server. |
withNewElasticPool(String elasticPoolName, ElasticPoolEditions elasticPoolEdition, String... databaseNames) |
Create new elastic pool in the SQL Server. |
withoutElasticPool(String elasticPoolName) |
Removes elastic pool from the SQL Server. |