SqlDatabaseOperations.DefinitionStages.WithElasticPoolName インターフェイス

public static interface SqlDatabaseOperations.DefinitionStages.WithElasticPoolName

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

メソッドの概要

修飾子と型 メソッドと説明
abstract Blank<WithExistingDatabaseAfterElasticPool> defineElasticPool(String elasticPoolName)

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

abstract WithExistingDatabaseAfterElasticPool withExistingElasticPool(SqlElasticPool sqlElasticPool)

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

abstract WithExistingDatabaseAfterElasticPool withExistingElasticPool(String elasticPoolName)

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

abstract WithExistingDatabaseAfterElasticPool withNewElasticPool(Creatable<SqlElasticPool> sqlElasticPool)

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

メソッドの詳細

defineElasticPool

public abstract SqlElasticPool.DefinitionStages.Blank defineElasticPool(String elasticPoolName)

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

Parameters:

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

Returns:

新しい SQL エラスティック プール定義の最初のステージ

withExistingElasticPool

public abstract SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool withExistingElasticPool(SqlElasticPool sqlElasticPool)

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

Parameters:

sqlElasticPool - SQL Database

Returns:

定義の次のステージ。

withExistingElasticPool

public abstract SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool withExistingElasticPool(String elasticPoolName)

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

Parameters:

elasticPoolName - SQL Database

Returns:

定義の次のステージ。

withNewElasticPool

public abstract SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool withNewElasticPool(Creatable sqlElasticPool)

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

Parameters:

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

Returns:

定義の次のステージ。

適用対象