你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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。

返回

适用于