ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface SqlElasticPool.DefinitionStages.WithEdition<ParentT>
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(ElasticPoolEditions edition)
Deprecated.
|
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.
|
@Deprecated @Beta(value=V1_7_0) SqlElasticPool.DefinitionStages.WithAttach<ParentT> withEdition(ElasticPoolEditions edition)
edition
- edition to be set for elastic pool.@Beta(value=V1_7_0) SqlElasticPool.DefinitionStages.WithBasicEdition<ParentT> withBasicPool()
@Beta(value=V1_7_0) SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> withStandardPool()
@Beta(value=V1_7_0) SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> withPremiumPool()
Copyright © 2019. All rights reserved.