SqlElasticPoolOperations.DefinitionStages.WithDtu Interface

public static interface SqlElasticPoolOperations.DefinitionStages.WithDtu

The SQL Elastic Pool definition to set the number of shared DTU for elastic pool.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDtu(int dtu)

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

Method Details

withDtu


public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withDtu(int dtu)

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

Parameters:

dtu - total shared DTU for the SQL Azure Database Elastic Pool

Returns:

The next stage of the definition.

Applies to