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