public static interface SqlElasticPool.UpdateStages.WithDatabase
Modifier and Type | Method and Description |
---|---|
SqlElasticPool.Update |
withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPool.Update |
withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
|
SqlElasticPool.Update |
withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool.
|
SqlElasticPool.Update withNewDatabase(String databaseName)
databaseName
- name of the new database to be added in the elastic poolSqlElasticPool.Update withExistingDatabase(String databaseName)
databaseName
- name of the existing database to be added in the elastic poolSqlElasticPool.Update withExistingDatabase(SqlDatabase database)
database
- database instance to be added in SQL elastic poolCopyright © 2019. All rights reserved.