IWithBasicEditionBeta<ParentT>.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.
Sets the maximum number of eDTU a database in the pool can consume.
public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithBasicEdition<ParentT> WithDatabaseDtuMax (Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolBasicMaxEDTUs eDTU);
abstract member WithDatabaseDtuMax : Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolBasicMaxEDTUs -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithBasicEdition<'ParentT>
Public Function WithDatabaseDtuMax (eDTU As SqlElasticPoolBasicMaxEDTUs) As IWithBasicEdition(Of ParentT)
Parameters
Maximum eDTU a database in the pool can consume.