次の方法で共有


IWithStandardEditionBeta.WithDatabaseDtuMax メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithStandardEdition WithDatabaseDtuMax (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardMaxEDTUs eDTU);
abstract member WithDatabaseDtuMax : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardMaxEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithStandardEdition
Public Function WithDatabaseDtuMax (eDTU As SqlElasticPoolStandardMaxEDTUs) As IWithStandardEdition

パラメーター

eDTU
SqlElasticPoolStandardMaxEDTUs

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

戻り値

適用対象