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:

The next stage of the definition.

withEdition

public SqlElasticPoolOperations.DefinitionStages.WithCreate withEdition(ElasticPoolEdition edition)

Sets the edition for the SQL Elastic Pool.

Parameters:

edition - edition to be set for Elastic Pool.

Returns:

The next stage of the definition.

withPremiumPool

public SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withPremiumPool()

Sets the premium edition for the SQL Elastic Pool.

Returns:

The next stage of the definition.

withStandardPool

public SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStandardPool()

Sets the standard edition for the SQL Elastic Pool.

Returns:

The next stage of the definition.

Applies to