次の方法で共有


IWithElasticPoolBeta.DefineElasticPool(String) メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IBlank<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate> DefineElasticPool (string elasticPoolName);
abstract member DefineElasticPool : string -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IBlank<Microsoft.Azure.Management.Sql.Fluent.SqlServer.Definition.IWithCreate>
Public Function DefineElasticPool (elasticPoolName As String) As IBlank(Of IWithCreate)

パラメーター

elasticPoolName
String

新しい SQL エラスティック プールの名前。

戻り値

適用対象