public static interface SqlElasticPoolOperations.DefinitionStages.WithEdition
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPoolOperations.DefinitionStages.WithBasicEdition |
withBasicPool()
Sets the basic edition for the SQL Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition |
withPremiumPool()
Sets the premium edition for the SQL Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithCreate |
withSku(ElasticPoolSku sku)
Sets the sku for the SQL Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithCreate |
withSku(Sku sku)
Sets the sku for the SQL Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withStandardPool()
Sets the standard edition for the SQL Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithCreate withSku(ElasticPoolSku sku)
sku - the sku to be set for elastic poolSqlElasticPoolOperations.DefinitionStages.WithCreate withSku(Sku sku)
sku - sku/edition to be set for elastic pool, all possible capabilities could be found by
SqlServers.getCapabilitiesByRegion(Region)SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withBasicPool()
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStandardPool()
SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withPremiumPool()
Copyright © 2020 Microsoft Corporation. All rights reserved.