Package | Description |
---|---|
com.microsoft.azure.management.sql |
This package contains the classes for SqlManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withBasicEdition()
Sets a "Basic" edition for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
Sets a "Basic" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withEdition(DatabaseEditions edition)
Deprecated.
|
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)
Deprecated.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithElasticPoolName.withNewElasticPool(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.WithEdition.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective)
Sets a "Premium" edition for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective,
SqlDatabasePremiumStorage maxStorageCapacity)
Sets a "Premium" edition and maximum storage capacity for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithServiceObjective.withServiceObjective(ServiceObjectiveName serviceLevelObjective)
Deprecated.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective)
Sets a "Standard" edition for the SQL Database.
|
SqlDatabase.Update |
SqlDatabase.UpdateStages.WithEdition.withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective,
SqlDatabaseStandardStorage maxStorageCapacity)
Sets a "Standard" edition and maximum storage capacity for the SQL Database.
|
Copyright © 2019. All rights reserved.