ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> extends SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>
attachSqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> withBasicEdition()
SqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> withBasicEdition(SqlDatabaseBasicStorage maxStorageCapacity)
maxStorageCapacity - the maximum storage capacitySqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective)
serviceObjective - edition to be set for databaseSqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> withStandardEdition(SqlDatabaseStandardServiceObjective serviceObjective, SqlDatabaseStandardStorage maxStorageCapacity)
serviceObjective - edition to be set for databasemaxStorageCapacity - edition to be set for databaseSqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective)
serviceObjective - edition to be set for databaseSqlDatabase.DefinitionStages.WithEditionDefaults<ParentT> withPremiumEdition(SqlDatabasePremiumServiceObjective serviceObjective, SqlDatabasePremiumStorage maxStorageCapacity)
serviceObjective - edition to be set for databasemaxStorageCapacity - edition to be set for databaseCopyright © 2020 Microsoft Corporation. All rights reserved.