SqlServer.UpdateStages.WithElasticPool Interface
public static interface SqlServer.UpdateStages.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. |
abstract Update |
withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server. |
Method Details
defineElasticPool
public abstract SqlElasticPool.DefinitionStages.Blank defineElasticPool(String elasticPoolName)
Begins the definition of a new SQL Elastic Pool to be added to this server.
Parameters:
Returns:
withoutElasticPool
public abstract SqlServer.Update withoutElasticPool(String elasticPoolName)
Removes elastic pool from the SQL Server.
Parameters:
Returns:
Applies to
Azure SDK for Java