Condividi tramite


IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMax Method

Definition

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

eDTU
SqlElasticPoolBasicMaxEDTUs

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

eDTU
SqlElasticPoolPremiumMaxEDTUs

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

eDTU
SqlElasticPoolStandardMaxEDTUs

Maximum eDTU a database in the pool can consume.

Returns

Applies to