SqlDatabase.UpdateStages.WithElasticPoolName インターフェイス

public static interface SqlDatabase.UpdateStages.WithElasticPoolName

データベースのエラスティック プールを設定するSQL Database定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract Update withExistingElasticPool(SqlElasticPool sqlElasticPool)

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

abstract Update withExistingElasticPool(String elasticPoolName)

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

abstract Update withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)

SQLDatabase の新しいエラスティック プールを設定します。これにより、データベースの作成時に新しいエラスティック プールが作成されます。

abstract WithEdition withoutElasticPool()

エラスティック プールからデータベースを削除します。

メソッドの詳細

withExistingElasticPool

public abstract SqlDatabase.Update withExistingElasticPool(SqlElasticPool sqlElasticPool)

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

Parameters:

sqlElasticPool - SQL Database用

Returns:

更新プログラムの次のステージ。

withExistingElasticPool

public abstract SqlDatabase.Update withExistingElasticPool(String elasticPoolName)

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

Parameters:

elasticPoolName - SQL Database用

Returns:

更新プログラムの次のステージ。

withNewElasticPool

public abstract SqlDatabase.Update withNewElasticPool(Creatable sqlElasticPool)

SQLDatabase の新しいエラスティック プールを設定します。これにより、データベースの作成時に新しいエラスティック プールが作成されます。

Parameters:

sqlElasticPool - SQL Database用に作成される新しいエラスティック プールの作成可能な定義

Returns:

更新プログラムの次のステージ。

withoutElasticPool

public abstract SqlDatabase.UpdateStages.WithEdition withoutElasticPool()

エラスティック プールからデータベースを削除します。

Returns:

更新プログラムの次のステージ。

適用対象