SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition Interface

public interface WithPremiumEdition extends SqlElasticPoolOperations.DefinitionStages.WithCreate

The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.

Method Summary

Modifier and Type Method and Description
SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)

Sets the maximum number of eDTU a database in the pool can consume.

SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)

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

SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)

Sets the storage capacity for the SQL Azure Database Elastic Pool.

Inherited Members

Method Details

withDatabaseDtuMax

public SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)

Sets the maximum number of eDTU a database in the pool can consume.

Parameters:

eDTU - maximum eDTU a database in the pool can consume

Returns:

The next stage of the definition.

withDatabaseDtuMin

public SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)

Sets the minimum number of eDTU for each database in the pool are regardless of its activity.

Parameters:

eDTU - minimum eDTU for all SQL Azure databases

Returns:

The next stage of the definition.

withReservedDtu

public SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)

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

Parameters:

eDTU - total shared eDTU for the SQL Azure Database Elastic Pool

Returns:

The next stage of the definition.

withStorageCapacity

public SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)

Sets the storage capacity for the SQL Azure Database Elastic Pool.

Parameters:

storageCapacity - storage capacity for the SQL Azure Database Elastic Pool

Returns:

The next stage of the definition.

Applies to