Interface SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase
- All Known Subinterfaces:
SqlDatabaseOperations.DefinitionStages.Blank, SqlDatabaseOperations.DefinitionStages.WithAllDifferentOptions, SqlDatabaseOperations.SqlDatabaseOperationsDefinition
- Enclosing interface:
SqlDatabaseOperations.DefinitionStages
public static interface SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase
The SQL Database definition to set a restore point as the source database.
-
Method Summary
Modifier and TypeMethodDescriptionfromRestorePoint(RestorePoint restorePoint) Creates a new database from a restore point.fromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime) Creates a new database from a restore point.
-
Method Details
-
fromRestorePoint
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint) Creates a new database from a restore point.- Parameters:
restorePoint- the restore point- Returns:
- The next stage of the definition.
-
fromRestorePoint
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime) Creates a new database from a restore point.- Parameters:
restorePoint- the restore pointrestorePointDateTime- date and time to restore from- Returns:
- The next stage of the definition.
-