IWithPremiumEdition<ParentT> Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.
public interface IWithPremiumEdition<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Definition.IInDefinition<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithDatabaseDtuMax<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithDatabaseDtuMin<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithDtu<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithPremiumEditionBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStorageCapacity<ParentT>
type IWithPremiumEdition<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IWithDatabaseDtuMin<'ParentT>
interface IWithDatabaseDtuMax<'ParentT>
interface IWithDtu<'ParentT>
interface IWithStorageCapacity<'ParentT>
interface IInDefinition<'ParentT>
interface IWithPremiumEditionBeta<'ParentT>
interface IBeta
Public Interface IWithPremiumEdition(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDatabaseDtuMax(Of ParentT), IWithDatabaseDtuMin(Of ParentT), IWithDtu(Of ParentT), IWithPremiumEditionBeta(Of ParentT), IWithStorageCapacity(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithDatabaseDtuMax(Int32) |
Sets the maximum DTU any one SQL Azure Database can consume. (Inherited from IWithDatabaseDtuMax<ParentT>) |
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. (Inherited from IWithPremiumEditionBeta<ParentT>) |
WithDatabaseDtuMin(Int32) |
Sets the minimum DTU all SQL Azure Databases are guaranteed. (Inherited from IWithDatabaseDtuMin<ParentT>) |
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithPremiumEditionBeta<ParentT>) |
WithDtu(Int32) |
Sets the total shared DTU for the SQL Azure Database Elastic Pool. (Inherited from IWithDtu<ParentT>) |
WithReservedDtu(SqlElasticPoolPremiumEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithPremiumEditionBeta<ParentT>) |
WithStorageCapacity(Int32) |
Sets the storage limit for the SQL Azure Database Elastic Pool in MB. (Inherited from IWithStorageCapacity<ParentT>) |
WithStorageCapacity(SqlElasticPoolPremiumSorage) |
Sets the storage capacity for the SQL Azure Database Elastic Pool. (Inherited from IWithPremiumEditionBeta<ParentT>) |
Applies to
Azure SDK for .NET