Interface SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>
- Type Parameters:
ParentT- the stage of the parent definition to return to after attaching this definition
- All Known Subinterfaces:
SqlDatabase.DefinitionStages.WithExistingDatabaseAfterElasticPool<ParentT>
- Enclosing interface:
SqlDatabase.DefinitionStages
public static interface SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>
The SQL Database definition to set a restore point as the source database within an elastic pool.
-
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
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint) Creates a new database from a restore point.- Parameters:
restorePoint- the restore point- Returns:
- The next stage of the definition.
-
fromRestorePoint
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> 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.
-