次の方法で共有


IWithElasticPoolName インターフェイス

定義

データベースのエラスティック プールを設定するSQL Database定義。

public interface IWithElasticPoolName : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithElasticPoolNameBeta
type IWithElasticPoolName = interface
    interface IWithElasticPoolNameBeta
    interface IBeta
Public Interface IWithElasticPoolName
Implements IBeta, IWithElasticPoolNameBeta
派生
実装

メソッド

DefineElasticPool(String)

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

(継承元 IWithElasticPoolNameBeta)
WithExistingElasticPool(ISqlElasticPool)

SQLDatabase の既存のエラスティック プールを設定します。

WithExistingElasticPool(String)

SQLDatabase の既存のエラスティック プールを設定します。

WithNewElasticPool(ICreatable<ISqlElasticPool>)

SQLDatabase の新しいエラスティック プールを設定します。これにより、データベースの作成時に新しいエラスティック プールが作成されます。

適用対象