Interface SqlServer.DefinitionStages.WithElasticPool
- All Known Subinterfaces:
SqlServer.Definition,SqlServer.DefinitionStages.WithCreate
- Enclosing interface:
- SqlServer.DefinitionStages
public static interface SqlServer.DefinitionStages.WithElasticPool
A SQL Server definition for specifying elastic pool.
-
Method Summary
Modifier and TypeMethodDescriptiondefineElasticPool(String elasticPoolName) Begins the definition of a new SQL Elastic Pool to be added to this server.
-
Method Details
-
defineElasticPool
SqlElasticPool.DefinitionStages.Blank<? extends SqlServer.DefinitionStages.WithCreate> defineElasticPool(String elasticPoolName) Begins the definition of a new SQL Elastic Pool to be added to this server.- Parameters:
elasticPoolName- the name of the new SQL Elastic Pool- Returns:
- the first stage of the new SQL Elastic Pool definition
-