Share via


IWithReservedDTUAndStorageCapacityBeta.WithDatabaseDtuMin Methode

Definition

Überlädt

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Legt die Mindestanzahl von eDTU für jede Datenbank im Pool unabhängig von ihrer Aktivität fest.

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

Legt die Mindestanzahl von eDTU für jede Datenbank im Pool unabhängig von ihrer Aktivität fest.

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

Legt die Mindestanzahl von eDTU für jede Datenbank im Pool unabhängig von ihrer Aktivität fest.

WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

Legt die Mindestanzahl von eDTU für jede Datenbank im Pool unabhängig von ihrer Aktivität fest.

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

Parameter

eDTU
SqlElasticPoolBasicMinEDTUs

Mindestens eDTU für alle SQL Azure Datenbanken.

Gibt zurück

Gilt für:

WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

Legt die Mindestanzahl von eDTU für jede Datenbank im Pool unabhängig von ihrer Aktivität fest.

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

Parameter

eDTU
SqlElasticPoolPremiumMinEDTUs

Mindestens eDTU für alle SQL Azure Datenbanken.

Gibt zurück

Gilt für:

WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

Legt die Mindestanzahl von eDTU für jede Datenbank im Pool unabhängig von ihrer Aktivität fest.

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

Parameter

eDTU
SqlElasticPoolStandardMinEDTUs

Mindestens eDTU für alle SQL Azure Datenbanken.

Gibt zurück

Gilt für: