Interface SqlDatabase.DefinitionStages.WithEdition<ParentT>
- Type Parameters:
ParentT
- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.Blank<ParentT>
,SqlDatabase.DefinitionStages.WithAllDifferentOptions<ParentT>
,SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT>
,SqlDatabase.SqlDatabaseDefinition<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithEdition<ParentT>
The SQL Database definition to set the edition for database.
-
Method Summary
-
Method Details
-
withEdition
@Deprecated SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> withEdition(DatabaseEdition edition) Deprecated.Sets the edition for the SQL Database.- Parameters:
edition
- edition to be set for database- Returns:
- The next stage of the definition
-