Interface SqlElasticPoolOperations.DefinitionStages.WithEdition
- All Known Subinterfaces:
SqlElasticPoolOperations.SqlElasticPoolOperationsDefinition
- Enclosing interface:
- SqlElasticPoolOperations.DefinitionStages
public static interface SqlElasticPoolOperations.DefinitionStages.WithEdition
The SQL Elastic Pool definition to set the edition type.
-
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) SqlElasticPoolOperations.DefinitionStages.WithCreate 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.
-