SqlDatabase.UpdateStages.WithElasticPoolName 接口
定义
The SQL Database definition to set the elastic pool for database.
public interface WithElasticPoolName
方法
withExistingElasticPool(SqlElasticPool sqlElasticPool) |
Sets the existing elastic pool for the SQLDatabase.
|
withExistingElasticPool(String elasticPoolName) |
Sets the existing elastic pool for the SQLDatabase.
|
withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool) |
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
withoutElasticPool() |
Removes database from it's elastic pool.
|