| Modifier and Type | Field and Description |
|---|---|
static ElasticPoolEditions |
ElasticPoolEditions.BASIC
Static value Basic for ElasticPoolEditions.
|
static ElasticPoolEditions |
ElasticPoolEditions.PREMIUM
Static value Premium for ElasticPoolEditions.
|
static ElasticPoolEditions |
ElasticPoolEditions.STANDARD
Static value Standard for ElasticPoolEditions.
|
| Modifier and Type | Method and Description |
|---|---|
ElasticPoolEditions |
RecommendedElasticPool.databaseEdition() |
ElasticPoolEditions |
SqlElasticPool.edition() |
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithCreate |
SqlElasticPool.DefinitionStages.WithEdition.withEdition(ElasticPoolEditions edition)
Sets the edition for the SQL Elastic Pool.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Creates new elastic pool in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition)
Create new elastic pool in the SQL Server.
|
SqlServer.DefinitionStages.WithCreate |
SqlServer.DefinitionStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Creates new elastic pool in the SQL Server.
|
SqlServer.Update |
SqlServer.UpdateStages.WithElasticPool.withNewElasticPool(String elasticPoolName,
ElasticPoolEditions elasticPoolEdition,
String... databaseNames)
Create new elastic pool in the SQL Server.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/