IWithStandardEdition<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 standard pool.
public interface IWithStandardEdition<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.IWithStandardEditionBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStorageCapacity<ParentT>
type IWithStandardEdition<'ParentT> = interface
interface IWithAttach<'ParentT>
interface IWithDatabaseDtuMin<'ParentT>
interface IWithDatabaseDtuMax<'ParentT>
interface IWithDtu<'ParentT>
interface IWithStorageCapacity<'ParentT>
interface IInDefinition<'ParentT>
interface IWithStandardEditionBeta<'ParentT>
interface IBeta
Public Interface IWithStandardEdition(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithDatabaseDtuMax(Of ParentT), IWithDatabaseDtuMin(Of ParentT), IWithDtu(Of ParentT), IWithStandardEditionBeta(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(SqlElasticPoolStandardMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. (Inherited from IWithStandardEditionBeta<ParentT>) |
WithDatabaseDtuMin(Int32) |
Sets the minimum DTU all SQL Azure Databases are guaranteed. (Inherited from IWithDatabaseDtuMin<ParentT>) |
WithDatabaseDtuMin(SqlElasticPoolStandardMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithStandardEditionBeta<ParentT>) |
WithDtu(Int32) |
Sets the total shared DTU for the SQL Azure Database Elastic Pool. (Inherited from IWithDtu<ParentT>) |
WithReservedDtu(SqlElasticPoolStandardEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithStandardEditionBeta<ParentT>) |
WithStorageCapacity(Int32) |
Sets the storage limit for the SQL Azure Database Elastic Pool in MB. (Inherited from IWithStorageCapacity<ParentT>) |
WithStorageCapacity(SqlElasticPoolStandardStorage) |
Sets the storage capacity for the SQL Azure Database Elastic Pool. (Inherited from IWithStandardEditionBeta<ParentT>) |
Applies to
Azure SDK for .NET