次の方法で共有


IWithElasticPool インターフェイス

定義

エラスティック プールを指定するためのSQL Server定義。

public interface IWithElasticPool : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithElasticPoolBeta
type IWithElasticPool = interface
    interface IWithElasticPoolBeta
    interface IBeta
Public Interface IWithElasticPool
Implements IBeta, IWithElasticPoolBeta
派生
実装

メソッド

DefineElasticPool(String)

このサーバーに追加する新しい SQL エラスティック プールの定義を開始します。

(継承元 IWithElasticPoolBeta)
WithNewElasticPool(String, ElasticPoolEdition)

SQL Serverに新しいエラスティック プールを作成します。

WithNewElasticPool(String, ElasticPoolEdition, String[])

SQL Serverに新しいエラスティック プールを作成します。

適用対象