次の方法で共有


IWithElasticPool.WithoutElasticPool(String) メソッド

定義

SQL Serverからエラスティック プールを削除します。

public Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate WithoutElasticPool (string elasticPoolName);
abstract member WithoutElasticPool : string -> Microsoft.Azure.Management.Sql.Fluent.SqlServer.Update.IUpdate
Public Function WithoutElasticPool (elasticPoolName As String) As IUpdate

パラメーター

elasticPoolName
String

削除するエラスティック プールの名前。

戻り値

適用対象