Interface SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<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.SqlDatabaseDefinition<ParentT>
- Enclosing interface:
- SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithRestorableDroppedDatabase<ParentT>The SQL Database definition to set a restorable dropped database as the source database.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabase.DefinitionStages.WithAttachFinal<ParentT>fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)Creates a new database from a previously deleted database (see restorable dropped database).
-
-
-
Method Detail
-
fromRestorableDroppedDatabase
SqlDatabase.DefinitionStages.WithAttachFinal<ParentT> fromRestorableDroppedDatabase(SqlRestorableDroppedDatabase restorableDroppedDatabase)
Creates a new database from a previously deleted database (see restorable dropped database).Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.
- Parameters:
restorableDroppedDatabase- the restorable dropped database- Returns:
- The next stage of the definition.
-
-