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.Sets the premium edition for the SQL Elastic Pool.withSku(ElasticPoolSku sku) Sets the sku for the SQL Elastic Pool.Sets the sku for the SQL Elastic Pool.Sets the standard edition for the SQL Elastic Pool.
-
Method Details
-
withSku
Sets the sku for the SQL Elastic Pool.- Parameters:
sku- the sku to be set for elastic pool- Returns:
- The next stage of the definition
-
withSku
Sets the sku for the SQL Elastic Pool.- Parameters:
sku- sku/edition to be set for elastic pool, all possible capabilities could be found bySqlServers.getCapabilitiesByRegion(Region)- Returns:
- The next stage of the definition
-
withBasicPool
SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withBasicPool()Sets the basic edition for the SQL Elastic Pool.- Returns:
- The next stage of the definition.
-
withStandardPool
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStandardPool()Sets the standard edition for the SQL Elastic Pool.- Returns:
- The next stage of the definition.
-
withPremiumPool
SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withPremiumPool()Sets the premium edition for the SQL Elastic Pool.- Returns:
- The next stage of the definition.
-