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 WithBasicEdition withBasicPool()

Sets the basic edition for the SQL Elastic Pool.

abstract WithCreate withEdition(ElasticPoolEdition edition)

Sets the edition for the SQL Elastic Pool.

abstract WithPremiumEdition withPremiumPool()

Sets the premium edition for the SQL Elastic Pool.

abstract WithStandardEdition 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:

The next stage of the definition.

withEdition


public abstract 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 abstract SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withPremiumPool()

Sets the premium edition for the SQL Elastic Pool.

Returns:

The next stage of the definition.

withStandardPool

public abstract SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStandardPool()

Sets the standard edition for the SQL Elastic Pool.

Returns:

The next stage of the definition.

Applies to