次の方法で共有


IWithStandardEditionBeta<ParentT>.WithStorageCapacity メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStandardEdition<ParentT> WithStorageCapacity (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardStorage storageCapacity);
abstract member WithStorageCapacity : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardStorage -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStandardEdition<'ParentT>
Public Function WithStorageCapacity (storageCapacity As SqlElasticPoolStandardStorage) As IWithStandardEdition(Of ParentT)

パラメーター

storageCapacity
SqlElasticPoolStandardStorage

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

戻り値

適用対象