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.WithCreate |
withEdition(ElasticPoolEditions edition)
Deprecated.
|
SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition |
withPremiumPool()
Sets the premium edition for the SQL Elastic Pool.
|
SqlElasticPoolOperations.DefinitionStages.WithStandardEdition |
withStandardPool()
Sets the standard edition for the SQL Elastic Pool.
|
@Deprecated @Beta(value=V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithCreate withEdition(ElasticPoolEditions edition)
edition
- edition to be set for Elastic Pool.@Beta(value=V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithBasicEdition withBasicPool()
@Beta(value=V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithStandardEdition withStandardPool()
@Beta(value=V1_7_0) SqlElasticPoolOperations.DefinitionStages.WithPremiumEdition withPremiumPool()
Copyright © 2019. All rights reserved.