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

実装

public static interface SqlElasticPoolOperations.DefinitionStages.WithStandardEdition
extends WithCreate

標準プールの eDTU とストレージ容量の制限を設定する SQL エラスティック プール定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithStandardEdition withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)

プール内のデータベースが使用できる eDTU の最大数を設定します。

abstract WithStandardEdition withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

abstract WithStandardEdition withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)

SQL Azure データベース エラスティック プールの共有 eDTU の合計を設定します。

abstract WithStandardEdition withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)

SQL Azure データベース エラスティック プールのストレージ容量を設定します。

メソッドの詳細

withDatabaseDtuMax

public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)

プール内のデータベースが使用できる eDTU の最大数を設定します。

Parameters:

eDTU - プール内のデータベースが使用できる最大 eDTU

Returns:

定義の次のステージ。

withDatabaseDtuMin

public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

Parameters:

eDTU - すべてのSQL Azure データベースの最小 eDTU

Returns:

定義の次のステージ。

withReservedDtu

public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)

SQL Azure データベース エラスティック プールの共有 eDTU の合計を設定します。

Parameters:

eDTU - SQL Azure データベース エラスティック プールの合計共有 eDTU

Returns:

定義の次のステージ。

withStorageCapacity

public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)

SQL Azure データベース エラスティック プールのストレージ容量を設定します。

Parameters:

storageCapacity - SQL Azure データベース エラスティック プールのストレージ容量

Returns:

定義の次のステージ。

適用対象