Interface SqlElasticPoolOperations.DefinitionStages.WithEdition
-
- All Known Subinterfaces:
SqlElasticPoolOperations.SqlElasticPoolOperationsDefinition
- Enclosing interface:
- SqlElasticPoolOperations.DefinitionStages
public static interface SqlElasticPoolOperations.DefinitionStages.WithEditionThe SQL Elastic Pool definition to set the edition type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlElasticPoolOperations.DefinitionStages.WithBasicEditionwithBasicPool()Sets the basic edition for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithPremiumEditionwithPremiumPool()Sets the premium edition for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithCreatewithSku(ElasticPoolSku sku)Sets the sku for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithCreatewithSku(Sku sku)Sets the sku for the SQL Elastic Pool.SqlElasticPoolOperations.DefinitionStages.WithStandardEditionwithStandardPool()Sets the standard edition for the SQL Elastic Pool.
-
-
-
Method Detail
-
withSku
SqlElasticPoolOperations.DefinitionStages.WithCreate withSku(ElasticPoolSku sku)
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
SqlElasticPoolOperations.DefinitionStages.WithCreate withSku(Sku sku)
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.
-
-