| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.DefinitionStages.WithBasicEdition<ParentT>
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a basic pool.
|
static interface |
SqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT>
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.
|
static interface |
SqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>
The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool.
|
static interface |
SqlElasticPool.SqlElasticPoolDefinition<ParentT>
Container interface for all the definitions that need to be implemented.
|
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMax.withDatabaseDtuMax(int databaseDtuMax)
Deprecated.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMin.withDatabaseDtuMin(int databaseDtuMin)
Deprecated.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
SqlElasticPool.DefinitionStages.WithDtu.withDtu(int dtu)
Deprecated.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
SqlElasticPool.DefinitionStages.WithEdition.withEdition(ElasticPoolEditions edition)
Deprecated.
|
SqlElasticPool.DefinitionStages.WithAttach<ParentT> |
SqlElasticPool.DefinitionStages.WithStorageCapacity.withStorageCapacity(int storageMB)
Deprecated.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/