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(ElasticPoolEdition 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(ElasticPoolEdition 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/