Interface SqlElasticPool.DefinitionStages.WithEdition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
SqlElasticPool.DefinitionStages.Blank<ParentT>
,SqlElasticPool.SqlElasticPoolDefinition<ParentT>
- Enclosing interface:
- SqlElasticPool.DefinitionStages
public static interface SqlElasticPool.DefinitionStages.WithEdition<ParentT>
The SQL Elastic Pool definition to set the edition for database.
-
Method Summary
Modifier and TypeMethodDescriptionSets the basic edition for the SQL Elastic Pool.withEdition
(ElasticPoolEdition edition) Deprecated.Sets the premium edition for the SQL Elastic Pool.Sets the standard edition for the SQL Elastic Pool.
-
Method Details
-
withEdition
@Deprecated @Beta(V1_7_0) SqlElasticPool.DefinitionStages.WithAttach<ParentT> withEdition(ElasticPoolEdition edition) Deprecated.Sets the edition for the SQL Elastic Pool.- Parameters:
edition
- edition to be set for elastic pool.- Returns:
- The next stage of the definition.
-
withBasicPool
Sets the basic edition for the SQL Elastic Pool.- Returns:
- The next stage of the definition.
-
withStandardPool
Sets the standard edition for the SQL Elastic Pool.- Returns:
- The next stage of the definition.
-
withPremiumPool
Sets the premium edition for the SQL Elastic Pool.- Returns:
- The next stage of the definition.
-