IWithBasicEdition<ParentT> Interface

Definition

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

public interface IWithBasicEdition<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.IWithBasicEditionBeta<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.IWithStorageCapacity<ParentT>
type IWithBasicEdition<'ParentT> = interface
    interface IWithAttach<'ParentT>
    interface IWithDatabaseDtuMin<'ParentT>
    interface IWithDatabaseDtuMax<'ParentT>
    interface IWithDtu<'ParentT>
    interface IWithStorageCapacity<'ParentT>
    interface IInDefinition<'ParentT>
    interface IWithBasicEditionBeta<'ParentT>
    interface IBeta
Public Interface IWithBasicEdition(Of ParentT)
Implements IBeta, IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithBasicEditionBeta(Of ParentT), IWithDatabaseDtuMax(Of ParentT), IWithDatabaseDtuMin(Of ParentT), IWithDtu(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(SqlElasticPoolBasicMaxEDTUs)

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

(Inherited from IWithBasicEditionBeta<ParentT>)
WithDatabaseDtuMin(Int32)

Sets the minimum DTU all SQL Azure Databases are guaranteed.

(Inherited from IWithDatabaseDtuMin<ParentT>)
WithDatabaseDtuMin(SqlElasticPoolBasicMinEDTUs)

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

(Inherited from IWithBasicEditionBeta<ParentT>)
WithDtu(Int32)

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

(Inherited from IWithDtu<ParentT>)
WithReservedDtu(SqlElasticPoolBasicEDTUs)

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

(Inherited from IWithBasicEditionBeta<ParentT>)
WithStorageCapacity(Int32)

Sets the storage limit for the SQL Azure Database Elastic Pool in MB.

(Inherited from IWithStorageCapacity<ParentT>)

Applies to