IWithReservedDTUAndStorageCapacity Interface

Definition

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

public interface IWithReservedDTUAndStorageCapacity : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Update.IWithReservedDTUAndStorageCapacityBeta
type IWithReservedDTUAndStorageCapacity = interface
    interface IWithReservedDTUAndStorageCapacityBeta
    interface IBeta
Public Interface IWithReservedDTUAndStorageCapacity
Implements IBeta, IWithReservedDTUAndStorageCapacityBeta
Derived
Implements

Methods

WithDatabaseDtuMax(SqlElasticPoolBasicMaxEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMax(SqlElasticPoolStandardMaxEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolBasicEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolPremiumEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithReservedDtu(SqlElasticPoolStandardEDTUs)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithStorageCapacity(SqlElasticPoolPremiumSorage)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)
WithStorageCapacity(SqlElasticPoolStandardStorage)

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

(Inherited from IWithReservedDTUAndStorageCapacityBeta)

Applies to