| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.DefinitionStages.WithAttach<ParentT>
The final stage of the SQL Elastic Pool definition.
|
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.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/