Partager via


IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMin Méthode

Définition

Surcharges

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Définit le nombre minimal d’eDTU pour chaque base de données du pool, quelle que soit son activité.

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

Définit le nombre minimal d’eDTU pour chaque base de données du pool, quelle que soit son activité.

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

Définit le nombre minimal d’eDTU pour chaque base de données du pool, quelle que soit son activité.

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Définit le nombre minimal d’eDTU pour chaque base de données du pool, quelle que soit son activité.

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

Paramètres

eDTU
SqlElasticPoolBasicMinEDTUs

EDTU minimum pour toutes les bases de données SQL Azure.

Retours

S’applique à

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

Définit le nombre minimal d’eDTU pour chaque base de données du pool, quelle que soit son activité.

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

Paramètres

eDTU
SqlElasticPoolPremiumMinEDTUs

EDTU minimum pour toutes les bases de données SQL Azure.

Retours

S’applique à

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

Définit le nombre minimal d’eDTU pour chaque base de données du pool, quelle que soit son activité.

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

Paramètres

eDTU
SqlElasticPoolStandardMinEDTUs

EDTU minimum pour toutes les bases de données SQL Azure.

Retours

S’applique à