Share via


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

IWithElasticPool 接口

定义

用于指定弹性池的SQL Server定义。

public interface IWithElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IWithElasticPoolBeta
type IWithElasticPool = interface
    interface IWithElasticPoolBeta
    interface IBeta
Public Interface IWithElasticPool
Implements IBeta, IWithElasticPoolBeta
派生
实现

方法

WithNewElasticPool(String, ElasticPoolEdition)

在SQL Server中创建新的弹性池。

(继承自 IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition, String[])

在SQL Server中创建新的弹性池。

(继承自 IWithElasticPoolBeta)
WithoutElasticPool(String)

从SQL Server中删除弹性池。

适用于