SqlElasticPool.DefinitionStages.WithEdition<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public static interface SqlElasticPool.DefinitionStages.WithEdition
The SQL Elastic Pool definition to set the edition for database.
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 SqlElasticPool.DefinitionStages.WithBasicEdition
Sets the basic edition for the SQL Elastic Pool.
Returns:
withPremiumPool
public abstract SqlElasticPool.DefinitionStages.WithPremiumEdition
Sets the premium edition for the SQL Elastic Pool.
Returns:
withSku
public abstract SqlElasticPool.DefinitionStages.WithAttach
Sets the sku for the SQL Elastic Pool.
Parameters:
Returns:
withSku
public abstract SqlElasticPool.DefinitionStages.WithAttach
Sets the sku for the SQL Elastic Pool.
Parameters:
Returns:
withStandardPool
public abstract SqlElasticPool.DefinitionStages.WithStandardEdition
Sets the standard edition for the SQL Elastic Pool.
Returns:
Applies to
Azure SDK for Java