public static interface SqlDatabase.UpdateStages.WithElasticPoolName
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.Update |
withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
withNewElasticPool(com.microsoft.azure.management.resources.fluentcore.model.Creatable<SqlElasticPool> sqlElasticPool)
Sets the new elastic pool for the SQLDatabase, this will create a new elastic pool while creating database.
|
SqlDatabase.UpdateStages.WithEdition |
withoutElasticPool()
Removes database from it's elastic pool.
|
SqlDatabase.UpdateStages.WithEdition withoutElasticPool()
SqlDatabase.Update withExistingElasticPool(String elasticPoolName)
elasticPoolName - for the SQL DatabaseSqlDatabase.Update withExistingElasticPool(SqlElasticPool sqlElasticPool)
sqlElasticPool - for the SQL DatabaseSqlDatabase.Update withNewElasticPool(com.microsoft.azure.management.resources.fluentcore.model.Creatable<SqlElasticPool> sqlElasticPool)
sqlElasticPool - creatable definition for new elastic pool to be created for the SQL Database/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/