SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMax インターフェイス

public static interface SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMax

1 つのデータベースの最大 DTU を設定する SQL エラスティック プール定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreate withDatabaseDtuMax(int databaseDtuMax)

データベースが使用できる最大 DTU SQL Azure設定します。

メソッドの詳細

withDatabaseDtuMax


public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withDatabaseDtuMax(int databaseDtuMax)

データベースが使用できる最大 DTU SQL Azure設定します。

Parameters:

databaseDtuMax - データベースで使用できる最大 DTU SQL Azure

Returns:

定義の次のステージ。

適用対象