SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMax Interface

public static interface SqlElasticPoolOperations.DefinitionStages.WithDatabaseDtuMax

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

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDatabaseDtuMax(int databaseDtuMax)

Sets the maximum DTU any one SQL Azure Database can consume.

Method Details

withDatabaseDtuMax


public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withDatabaseDtuMax(int databaseDtuMax)

Sets the maximum DTU any one SQL Azure Database can consume.

Parameters:

databaseDtuMax - maximum DTU any one SQL Azure Database can consume

Returns:

The next stage of the definition.

Applies to