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.SqlElasticPoolOperations.Definition.IWithCreate WithDtu (int dtu);
abstract member WithDtu : int -> Microsoft.Azure.Management.Sql.Fluent.SqlElasticPoolOperations.Definition.IWithCreate
Public Function WithDtu (dtu As Integer) As IWithCreate

Parameters

dtu
Int32

Total shared DTU for the SQL Azure Database Elastic Pool.

Returns

Applies to