次の方法で共有


IWithElasticPoolName<ParentT>.WithExistingElasticPool メソッド

定義

オーバーロード

WithExistingElasticPool(ISqlElasticPool)

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

WithExistingElasticPool(String)

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

WithExistingElasticPool(ISqlElasticPool)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithExistingDatabaseAfterElasticPool<ParentT> WithExistingElasticPool (Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool sqlElasticPool);
abstract member WithExistingElasticPool : Microsoft.Azure.Management.Sql.Fluent.ISqlElasticPool -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithExistingDatabaseAfterElasticPool<'ParentT>
Public Function WithExistingElasticPool (sqlElasticPool As ISqlElasticPool) As IWithExistingDatabaseAfterElasticPool(Of ParentT)

パラメーター

sqlElasticPool
ISqlElasticPool

SQL Databaseの場合。

戻り値

適用対象

WithExistingElasticPool(String)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithExistingDatabaseAfterElasticPool<ParentT> WithExistingElasticPool (string elasticPoolName);
abstract member WithExistingElasticPool : string -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithExistingDatabaseAfterElasticPool<'ParentT>
Public Function WithExistingElasticPool (elasticPoolName As String) As IWithExistingDatabaseAfterElasticPool(Of ParentT)

パラメーター

elasticPoolName
String

SQL Databaseの場合。

戻り値

適用対象