SqlElasticPoolOperations.DefinitionStages.WithEdition Interface
public interface WithEdition
The SQL Elastic Pool definition to set the edition type.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPoolOperations.DefinitionStages.WithBasicEdition |
withBasicPool()
Sets the basic edition for the SQL Elastic Pool. |
SqlElasticPoolOperations.DefinitionStages.WithCreate |
withEdition(ElasticPoolEdition edition)
Sets the edition for the SQL Elastic Pool. |
SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition |
withPremiumPool()
Sets the premium edition for the SQL Elastic Pool. |
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withStandardPool()
Sets the standard edition for the SQL Elastic Pool. |
Method Details
withBasicPool
public SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withBasicPool()
Sets the basic edition for the SQL Elastic Pool.
Returns:
withEdition
public SqlElasticPoolOperations.DefinitionStages.WithCreate withEdition(ElasticPoolEdition edition)
Sets the edition for the SQL Elastic Pool.
Parameters:
Returns:
withPremiumPool
public SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withPremiumPool()
Sets the premium edition for the SQL Elastic Pool.
Returns:
withStandardPool
public SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStandardPool()
Sets the standard edition for the SQL Elastic Pool.
Returns:
Applies to
Azure SDK for Java