public static interface SqlElasticPool.DefinitionStages
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlElasticPool.DefinitionStages.Blank
The first stage of the SQL Server definition.
|
static interface |
SqlElasticPool.DefinitionStages.WithCreate
A SQL Server definition with sufficient inputs to create a new
SQL Server in the cloud, but exposing additional optional inputs to
specify.
|
static interface |
SqlElasticPool.DefinitionStages.WithDatabase
The SQL Elastic Pool definition to add the Database in the elastic pool.
|
static interface |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMax
The SQL Elastic Pool definition to set the maximum DTU for one database.
|
static interface |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMin
The SQL Elastic Pool definition to set the minimum DTU for database.
|
static interface |
SqlElasticPool.DefinitionStages.WithDtu
The SQL Elastic Pool definition to set the number of shared DTU for elastic pool.
|
static interface |
SqlElasticPool.DefinitionStages.WithEdition
The SQL Elastic Pool definition to set the edition for database.
|
static interface |
SqlElasticPool.DefinitionStages.WithStorageCapacity
The SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in MB.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/