SqlServer.DefinitionStages.WithElasticPool Interface
public static interface SqlServer.DefinitionStages.WithElasticPool
A SQL Server definition for specifying elastic pool.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank<> |
defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server. |
Method Details
defineElasticPool
public abstract 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:
Returns: