public static interface SqlElasticPool.DefinitionStages
Modifier and Type | Interface and Description |
---|---|
static interface |
SqlElasticPool.DefinitionStages.Blank<ParentT>
The first stage of the SQL Server definition.
|
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.WithDatabaseDtuMax<ParentT>
The SQL Elastic Pool definition to set the maximum DTU for one database.
|
static interface |
SqlElasticPool.DefinitionStages.WithDatabaseDtuMin<ParentT>
The SQL Elastic Pool definition to set the minimum DTU for database.
|
static interface |
SqlElasticPool.DefinitionStages.WithDtu<ParentT>
The SQL Elastic Pool definition to set the number of shared DTU for elastic pool.
|
static interface |
SqlElasticPool.DefinitionStages.WithEdition<ParentT>
The SQL Elastic Pool definition to set the edition for database.
|
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.DefinitionStages.WithStorageCapacity<ParentT>
The SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in MB.
|
Copyright © 2019. All rights reserved.