IWithElasticPool インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラスティック プールを指定するための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からエラスティック プールを削除します。 |
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET