次の方法で共有


IWithReservedDTUAndStorageCapacityBeta.WithReservedDtu メソッド

定義

オーバーロード

WithReservedDtu(SqlElasticPoolBasicEDTUs)

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

WithReservedDtu(SqlElasticPoolPremiumEDTUs)

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

WithReservedDtu(SqlElasticPoolStandardEDTUs)

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

WithReservedDtu(SqlElasticPoolBasicEDTUs)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithReservedDtu (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolBasicEDTUs eDTU);
abstract member WithReservedDtu : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolBasicEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithReservedDtu (eDTU As SqlElasticPoolBasicEDTUs) As IUpdate

パラメーター

eDTU
SqlElasticPoolBasicEDTUs

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

戻り値

適用対象

WithReservedDtu(SqlElasticPoolPremiumEDTUs)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithReservedDtu (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolPremiumEDTUs eDTU);
abstract member WithReservedDtu : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolPremiumEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithReservedDtu (eDTU As SqlElasticPoolPremiumEDTUs) As IUpdate

パラメーター

eDTU
SqlElasticPoolPremiumEDTUs

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

戻り値

適用対象

WithReservedDtu(SqlElasticPoolStandardEDTUs)

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithReservedDtu (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardEDTUs eDTU);
abstract member WithReservedDtu : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithReservedDtu (eDTU As SqlElasticPoolStandardEDTUs) As IUpdate

パラメーター

eDTU
SqlElasticPoolStandardEDTUs

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

戻り値

適用対象