IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMax Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. |
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. |
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. |
WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs)
Sets the maximum number of eDTU a database in the pool can consume.
public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithDatabaseDtuMax (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolBasicMaxEDTUs eDTU);
abstract member WithDatabaseDtuMax : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolBasicMaxEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithDatabaseDtuMax (eDTU As SqlElasticPoolBasicMaxEDTUs) As IUpdate
Parameters
Maximum eDTU a database in the pool can consume.
Returns
Applies to
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs)
Sets the maximum number of eDTU a database in the pool can consume.
public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithDatabaseDtuMax (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolPremiumMaxEDTUs eDTU);
abstract member WithDatabaseDtuMax : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolPremiumMaxEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithDatabaseDtuMax (eDTU As SqlElasticPoolPremiumMaxEDTUs) As IUpdate
Parameters
Maximum eDTU a database in the pool can consume.
Returns
Applies to
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs)
Sets the maximum number of eDTU a database in the pool can consume.
public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithDatabaseDtuMax (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardMaxEDTUs eDTU);
abstract member WithDatabaseDtuMax : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolStandardMaxEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithDatabaseDtuMax (eDTU As SqlElasticPoolStandardMaxEDTUs) As IUpdate
Parameters
Maximum eDTU a database in the pool can consume.
Returns
Applies to
Azure SDK for .NET