次の方法で共有


IWithDatabase.WithExistingDatabase メソッド

定義

オーバーロード

WithExistingDatabase(ISqlDatabase)

SQL エラスティック プールにデータベースを追加します。

WithExistingDatabase(String)

SQL エラスティック プールに既存のデータベースを追加します。

WithExistingDatabase(ISqlDatabase)

SQL エラスティック プールにデータベースを追加します。

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithExistingDatabase (Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase database);
abstract member WithExistingDatabase : Microsoft.Azure.Management.Sql.Fluent.ISqlDatabase -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithExistingDatabase (database As ISqlDatabase) As IUpdate

パラメーター

database
ISqlDatabase

SQL エラスティック プールに追加するデータベース インスタンス。

戻り値

適用対象

WithExistingDatabase(String)

SQL エラスティック プールに既存のデータベースを追加します。

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithExistingDatabase (string databaseName);
abstract member WithExistingDatabase : string -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithExistingDatabase (databaseName As String) As IUpdate

パラメーター

databaseName
String

エラスティック プールに追加する既存のデータベースの名前。

戻り値

適用対象