ISqlElasticPoolDefinition<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.
Container interface for all the definitions that need to be implemented.
public interface ISqlElasticPoolDefinition<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.IBlank<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithAttach<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithBasicEdition<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.IWithEdition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithEditionBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithPremiumEdition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithPremiumEditionBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStandardEdition<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStandardEditionBeta<ParentT>, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithStorageCapacity<ParentT>
type ISqlElasticPoolDefinition<'ParentT> = interface
interface IBlank<'ParentT>
interface IWithEdition<'ParentT>
interface IWithEditionBeta<'ParentT>
interface IBeta
interface IWithBasicEdition<'ParentT>
interface IWithAttach<'ParentT>
interface IWithDatabaseDtuMin<'ParentT>
interface IWithDatabaseDtuMax<'ParentT>
interface IWithDtu<'ParentT>
interface IWithStorageCapacity<'ParentT>
interface IInDefinition<'ParentT>
interface IWithBasicEditionBeta<'ParentT>
interface IWithStandardEdition<'ParentT>
interface IWithStandardEditionBeta<'ParentT>
interface IWithPremiumEdition<'ParentT>
interface IWithPremiumEditionBeta<'ParentT>
Public Interface ISqlElasticPoolDefinition(Of ParentT)
Implements IBeta, IBlank(Of ParentT), IInDefinition(Of ParentT), IWithAttach(Of ParentT), IWithBasicEdition(Of ParentT), IWithBasicEditionBeta(Of ParentT), IWithDatabaseDtuMax(Of ParentT), IWithDatabaseDtuMin(Of ParentT), IWithDtu(Of ParentT), IWithEdition(Of ParentT), IWithEditionBeta(Of ParentT), IWithPremiumEdition(Of ParentT), IWithPremiumEditionBeta(Of ParentT), IWithStandardEdition(Of ParentT), IWithStandardEditionBeta(Of ParentT), IWithStorageCapacity(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Implements
-
IInDefinition<ParentT> IBeta IBlank<ParentT> IWithAttach<ParentT> IWithBasicEdition<ParentT> IWithBasicEditionBeta<ParentT> IWithDatabaseDtuMax<ParentT> IWithDatabaseDtuMin<ParentT> IWithDtu<ParentT> IWithEdition<ParentT> IWithEditionBeta<ParentT> IWithPremiumEdition<ParentT> IWithPremiumEditionBeta<ParentT> IWithStandardEdition<ParentT> IWithStandardEditionBeta<ParentT> IWithStorageCapacity<ParentT>
Methods
Attach() | (Inherited from IInDefinition<ParentT>) |
WithBasicPool() |
Sets the basic edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<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>) |
WithDatabaseDtuMax(SqlElasticPoolPremiumMaxEDTUs) |
Sets the maximum number of eDTU a database in the pool can consume. (Inherited from IWithPremiumEditionBeta<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(SqlElasticPoolBasicMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithBasicEditionBeta<ParentT>) |
WithDatabaseDtuMin(SqlElasticPoolPremiumMinEDTUs) |
Sets the minimum number of eDTU for each database in the pool are regardless of its activity. (Inherited from IWithPremiumEditionBeta<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>) |
WithEdition(ElasticPoolEdition) |
Sets the edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |
WithPremiumPool() |
Sets the premium edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |
WithReservedDtu(SqlElasticPoolBasicEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithBasicEditionBeta<ParentT>) |
WithReservedDtu(SqlElasticPoolPremiumEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithPremiumEditionBeta<ParentT>) |
WithReservedDtu(SqlElasticPoolStandardEDTUs) |
Sets the total shared eDTU for the SQL Azure Database Elastic Pool. (Inherited from IWithStandardEditionBeta<ParentT>) |
WithStandardPool() |
Sets the standard edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<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>) |
WithStorageCapacity(SqlElasticPoolStandardStorage) |
Sets the storage capacity for the SQL Azure Database Elastic Pool. (Inherited from IWithStandardEditionBeta<ParentT>) |