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

public static interface SqlElasticPoolOperations.DefinitionStages.WithStorageCapacity

SQL Azure データベース エラスティック プールのストレージ制限を MB 単位で設定する SQL エラスティック プール定義。

メソッドの概要

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

SQL Azure データベース エラスティック プールのストレージ制限を MB 単位で設定します。

メソッドの詳細

withStorageCapacity


public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withStorageCapacity(int storageMB)

SQL Azure データベース エラスティック プールのストレージ制限を MB 単位で設定します。

Parameters:

storageMB - SQL Azure データベース エラスティック プールのストレージ制限 (MB)

Returns:

定義の次のステージ。

適用対象