SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity Interface

public static interface SqlElasticPool.UpdateStages.WithReservedDTUAndStorageCapacity

The SQL Elastic Pool update definition to set the eDTU and storage capacity limits.

Method Summary

Modifier and Type Method and Description
abstract Update withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs eDTU)

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

abstract Update withDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs eDTU)

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

abstract Update withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs eDTU)

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

abstract Update withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs eDTU)

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

abstract Update withDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs eDTU)

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

abstract Update withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs eDTU)

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

abstract Update withReservedDtu(SqlElasticPoolBasicEDTUs eDTU)

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

abstract Update withReservedDtu(SqlElasticPoolPremiumEDTUs eDTU)

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

abstract Update withReservedDtu(SqlElasticPoolStandardEDTUs eDTU)

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

abstract Update withStorageCapacity(SqlElasticPoolPremiumSorage storageCapacity)

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

abstract Update withStorageCapacity(SqlElasticPoolStandardStorage storageCapacity)

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

Method Details

withDatabaseDtuMax

public abstract SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs 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 update definition.

withDatabaseDtuMax

public abstract SqlElasticPool.Update 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 update definition.

withDatabaseDtuMax

public abstract SqlElasticPool.Update withDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs 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 update definition.

withDatabaseDtuMin

public abstract SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs 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 update definition.

withDatabaseDtuMin

public abstract SqlElasticPool.Update 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 update definition.

withDatabaseDtuMin

public abstract SqlElasticPool.Update withDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs 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 update definition.

withReservedDtu

public abstract SqlElasticPool.Update withReservedDtu(SqlElasticPoolBasicEDTUs 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 update definition.

withReservedDtu

public abstract SqlElasticPool.Update 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 update definition.

withReservedDtu

public abstract SqlElasticPool.Update withReservedDtu(SqlElasticPoolStandardEDTUs 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 update definition.

withStorageCapacity

public abstract SqlElasticPool.Update 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 update definition.

withStorageCapacity

public abstract SqlElasticPool.Update withStorageCapacity(SqlElasticPoolStandardStorage 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 update definition.

Applies to