次の方法で共有


IWithStorageCapacity<ParentT>.WithStorageCapacity(Int32) メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithAttach<ParentT> WithStorageCapacity(int storageMB);
abstract member WithStorageCapacity : int -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithAttach<'ParentT>
Public Function WithStorageCapacity (storageMB As Integer) As IWithAttach(Of ParentT)

パラメーター

storageMB
Int32

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

戻り値

適用対象