你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithElasticPoolName 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
SQL 数据库定义,用于设置数据库的弹性池。
public interface IWithElasticPoolName
type IWithElasticPoolName = interface
Public Interface IWithElasticPoolName
- 派生
方法
WithExistingElasticPool(ISqlElasticPool) |
设置 SQLDatabase 的现有弹性池。 |
WithExistingElasticPool(String) |
设置 SQLDatabase 的现有弹性池。 |
WithNewElasticPool(ICreatable<ISqlElasticPool>) |
为 SQLDatabase 设置新的弹性池,这将在创建数据库时创建新的弹性池。 |
WithoutElasticPool() |
从其弹性池中删除数据库。 |