Interface SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool
-
- All Known Subinterfaces:
SqlDatabaseOperations.DefinitionStages.WithExistingDatabaseAfterElasticPool
- Enclosing interface:
- SqlDatabaseOperations.DefinitionStages
public static interface SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPoolThe SQL Database definition to set a restore point as the source database within an elastic pool.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptionsfromRestorePoint(RestorePoint restorePoint)Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptionsfromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime)Creates a new database from a restore point.
-
-
-
Method Detail
-
fromRestorePoint
SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions 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.WithCreateAfterElasticPoolOptions 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.
-
-