SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMin Interface

public static interface SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMin

The SQL Elastic Pool definition to set the minimum DTU for database.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDatabaseDtuMin(int databaseDtuMin)

Sets the minimum DTU all SQL Azure Databases are guaranteed.

Method Details

withDatabaseDtuMin


public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withDatabaseDtuMin(int databaseDtuMin)

Sets the minimum DTU all SQL Azure Databases are guaranteed.

Parameters:

databaseDtuMin - minimum DTU for all SQL Azure databases

Returns:

The next stage of the definition.

Applies to