Interface SqlElasticPool.DefinitionStages
-
- Enclosing interface:
- SqlElasticPool
public static interface SqlElasticPool.DefinitionStagesGrouping of all the storage account definition stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceSqlElasticPool.DefinitionStages.Blank<ParentT>The first stage of the SQL Server definition.static interfaceSqlElasticPool.DefinitionStages.WithAttach<ParentT>The final stage of the SQL Elastic Pool definition.static interfaceSqlElasticPool.DefinitionStages.WithBasicEdition<ParentT>The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a basic pool.static interfaceSqlElasticPool.DefinitionStages.WithDatabaseMaxCapacity<ParentT>The SQL Elastic Pool definition to set the maximum capacity for one database.static interfaceSqlElasticPool.DefinitionStages.WithDatabaseMinCapacity<ParentT>The SQL Elastic Pool definition to set the minimum capacity for database.static interfaceSqlElasticPool.DefinitionStages.WithEdition<ParentT>The SQL Elastic Pool definition to set the edition for database.static interfaceSqlElasticPool.DefinitionStages.WithPremiumEdition<ParentT>The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a premium pool.static interfaceSqlElasticPool.DefinitionStages.WithStandardEdition<ParentT>The SQL Elastic Pool definition to set the eDTU and storage capacity limits for a standard pool.static interfaceSqlElasticPool.DefinitionStages.WithStorageCapacity<ParentT>The SQL Elastic Pool definition to set the storage limit for the SQL Azure Database Elastic Pool in Bytes.
-