次の方法で共有


IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMin メソッド

定義

オーバーロード

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

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

パラメーター

eDTU
SqlElasticPoolBasicMinEDTUs

すべてのSQL Azure データベースの最小 eDTU。

戻り値

適用対象

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

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

パラメーター

eDTU
SqlElasticPoolPremiumMinEDTUs

すべてのSQL Azure データベースの最小 eDTU。

戻り値

適用対象

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

アクティビティに関係なく、プール内の各データベースの eDTU の最小数を設定します。

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

パラメーター

eDTU
SqlElasticPoolStandardMinEDTUs

すべてのSQL Azure データベースの最小 eDTU。

戻り値

適用対象