| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withEdition(DatabaseEditions edition)
Sets the edition for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(SqlElasticPool sqlElasticPool)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withExistingElasticPool(String elasticPoolName)
Sets the existing elastic pool for the SQLDatabase.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithMaxSizeBytes.withMaxSizeBytes(long maxSizeBytes)
Sets the max size in bytes for SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.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.Update |
SqlDatabase.UpdateStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Sets the service level objective 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.
*/