次の方法で共有


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からエラスティック プールを削除します。

適用対象