public static interface SqlDatabaseOperations.DefinitionStages.WithEditionDefaults extends SqlDatabaseOperations.DefinitionStages.WithCreateFinal
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults.WithCollation
The SQL Database definition to set the collation for database.
|
withTag, withTagscreate, createAsyncSqlDatabaseOperations.DefinitionStages.WithEditionDefaults withBasicEdition()
SqlDatabaseOperations.DefinitionStages.WithEditionDefaults withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
maxStorageCapacity - the maximum storage capacitySqlDatabaseOperations.DefinitionStages.WithEditionDefaults withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective)
serviceObjective - edition to be set for databaseSqlDatabaseOperations.DefinitionStages.WithEditionDefaults withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity)
serviceObjective - edition to be set for databasemaxStorageCapacity - edition to be set for databaseSqlDatabaseOperations.DefinitionStages.WithEditionDefaults withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective)
serviceObjective - edition to be set for databaseSqlDatabaseOperations.DefinitionStages.WithEditionDefaults withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity)
serviceObjective - edition to be set for databasemaxStorageCapacity - edition to be set for databaseCopyright © 2020 Microsoft Corporation. All rights reserved.