SqlElasticPoolOperations.DefinitionStages.WithDatabase Interface
public static interface SqlElasticPoolOperations.DefinitionStages.WithDatabase
The SQL Elastic Pool definition to add the Database in the Elastic Pool.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
defineDatabase(String databaseName)
Begins the definition of a new SQL Database to be added to this server. |
abstract
With |
withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool. |
abstract
With |
withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool. |
abstract
With |
withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool. |
Method Details
defineDatabase
public abstract SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool
Begins the definition of a new SQL Database to be added to this server.
Parameters:
Returns:
withExistingDatabase
public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
Parameters:
Returns:
withExistingDatabase
public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
Parameters:
Returns:
withNewDatabase
public abstract SqlElasticPoolOperations.DefinitionStages.WithCreate withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool.
Parameters:
Returns:
Applies to
Azure SDK for Java