SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity インターフェイス

public static interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity

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

メソッドの概要

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

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

abstract Update withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)

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

abstract Update withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)

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

abstract Update withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)

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

abstract Update withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)

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

abstract Update withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)

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

abstract Update withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)

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

abstract Update withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)

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

abstract Update withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)

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

abstract Update withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)

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

abstract Update withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)

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

メソッドの詳細

withDatabaseDtuMax

public abstract SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withDatabaseDtuMax

public abstract SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withDatabaseDtuMax

public abstract SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withDatabaseDtuMin

public abstract SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withDatabaseDtuMin

public abstract SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withDatabaseDtuMin

public abstract SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withReservedDtu

public abstract SqlElasticPool.Update withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withReservedDtu

public abstract SqlElasticPool.Update withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withReservedDtu

public abstract SqlElasticPool.Update withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withStorageCapacity

public abstract SqlElasticPool.Update withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)

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

Parameters:

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

Returns:

更新定義の次のステージ。

withStorageCapacity

public abstract SqlElasticPool.Update withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)

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

Parameters:

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

Returns:

更新定義の次のステージ。

適用対象