ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT>
| Modifier and Type | Method and Description |
|---|---|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
fromRestorePoint(RestorePoint restorePoint,
OffsetDateTime restorePointDateTime)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint)
restorePoint - the restore pointSqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime)
restorePoint - the restore pointrestorePointDateTime - date and time to restore fromCopyright © 2020 Microsoft Corporation. All rights reserved.