public static interface SqlElasticPool.DefinitionStages.WithDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlElasticPool.DefinitionStages.WithCreate |
withExistingDatabase(SqlDatabase database)
Adds the database in the SQL elastic pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
withExistingDatabase(String databaseName)
Adds an existing database in the SQL elastic pool.
|
SqlElasticPool.DefinitionStages.WithCreate |
withNewDatabase(String databaseName)
Creates a new database in the SQL elastic pool.
|
SqlElasticPool.DefinitionStages.WithCreate withNewDatabase(String databaseName)
databaseName - name of the new database to be added in the elastic poolSqlElasticPool.DefinitionStages.WithCreate withExistingDatabase(String databaseName)
databaseName - name of the existing database to be added in the elastic poolSqlElasticPool.DefinitionStages.WithCreate withExistingDatabase(SqlDatabase database)
database - database instance to be added in SQL elastic pool/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/