IWithEdition<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 edition for database.
public interface IWithEdition<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlElasticPool.Definition.IWithEditionBeta<ParentT>
type IWithEdition<'ParentT> = interface
interface IWithEditionBeta<'ParentT>
interface IBeta
Public Interface IWithEdition(Of ParentT)
Implements IBeta, IWithEditionBeta(Of ParentT)
Type Parameters
- ParentT
The stage of the parent definition to return to after attaching this definition.
- Derived
- Implements
Methods
WithBasicPool() |
Sets the basic edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<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>) |
WithStandardPool() |
Sets the standard edition for the SQL Elastic Pool. (Inherited from IWithEditionBeta<ParentT>) |