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.WithPremiumEdition<ParentT> |
withPremiumPool()
Sets the premium edition for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
withSku(ElasticPoolSku sku)
Sets the sku for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
withSku(Sku sku)
Sets the sku for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> |
withStandardPool()
Sets the standard edition for the SQL Elastic Pool.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> withSku(ElasticPoolSku sku)
sku - the sku to be set for elastic poolSqlElasticPool.DefinitionStages.WithAttach<ParentT> withSku(Sku sku)
sku - sku/edition to be set for elastic pool, all possible capabilities could be found by
SqlServers.getCapabilitiesByRegion(Region)SqlElasticPool.DefinitionStages.WithBasicEdition<ParentT> withBasicPool()
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT> withStandardPool()
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT> withPremiumPool()
Copyright © 2020 Microsoft Corporation. All rights reserved.