你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IWithElasticPoolName 接口

定义

SQL 数据库定义,用于设置数据库的弹性池。

public interface IWithElasticPoolName
type IWithElasticPoolName = interface
Public Interface IWithElasticPoolName
派生

方法

WithExistingElasticPool(ISqlElasticPool)

设置 SQLDatabase 的现有弹性池。

WithExistingElasticPool(String)

设置 SQLDatabase 的现有弹性池。

WithNewElasticPool(ICreatable<ISqlElasticPool>)

为 SQLDatabase 设置新的弹性池,这将在创建数据库时创建新的弹性池。

WithoutElasticPool()

从其弹性池中删除数据库。

适用于