Share via


IWithDtu.WithDtu(Int32) Method

Definition

Sets the total shared DTU for the SQL Azure Database Elastic Pool.

public Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate WithDtu (int dtu);
abstract member WithDtu : int -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IUpdate
Public Function WithDtu (dtu As Integer) As IUpdate

Parameters

dtu
Int32

Total shared DTU for the SQL Azure Database Elastic Pool.

Returns

Applies to