Condividi tramite


IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMin Method

Definition

Overloads

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

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

Parameters

eDTU
SqlElasticPoolBasicMinEDTUs

Minimum eDTU for all SQL Azure databases.

Returns

Applies to

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

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

Parameters

eDTU
SqlElasticPoolPremiumMinEDTUs

Minimum eDTU for all SQL Azure databases.

Returns

Applies to

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

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

Parameters

eDTU
SqlElasticPoolStandardMinEDTUs

Minimum eDTU for all SQL Azure databases.

Returns

Applies to