SqlElasticPool.DefinitionStages.WithEdition<ParentT> Interface
Type Parameters
- ParentT
the stage of the parent definition to return to after attaching this definition
public interface WithEdition
The SQL Elastic Pool definition to set the edition for database.
The SQL Elastic Pool definition to set the edition for database.
Method Summary
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.DefinitionStages.WithBasicEdition<ParentT> |
withBasicPool()
Sets the basic edition for the SQL Elastic Pool. |
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
withEdition(ElasticPoolEdition edition)
Sets the edition for the SQL Elastic Pool. |
SqlElasticPool.DefinitionStages.WithCreate |
withEdition(ElasticPoolEditions edition)
Sets the edition for the SQL Elastic Pool. |
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> |
withPremiumPool()
Sets the premium edition for the SQL Elastic Pool. |
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> |
withStandardPool()
Sets the standard edition for the SQL Elastic Pool. |
Method Details
withBasicPool
public SqlElasticPool.DefinitionStages.WithBasicEdition
Sets the basic edition for the SQL Elastic Pool.
Returns:
withEdition
public SqlElasticPool.DefinitionStages.WithAttach
Sets the edition for the SQL Elastic Pool.
Parameters:
Returns:
withEdition
public SqlElasticPool.DefinitionStages.WithCreate withEdition(ElasticPoolEditions edition)
Sets the edition for the SQL Elastic Pool.
Parameters:
Returns:
withPremiumPool
public SqlElasticPool.DefinitionStages.WithPremiumEdition
Sets the premium edition for the SQL Elastic Pool.
Returns:
withStandardPool
public SqlElasticPool.DefinitionStages.WithStandardEdition
Sets the standard edition for the SQL Elastic Pool.
Returns:
Applies to
Azure SDK for Java