public static interface SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
fromRestorePoint(RestorePoint restorePoint,
OffsetDateTime restorePointDateTime)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint)
restorePoint - the restore pointSqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint, OffsetDateTime restorePointDateTime)
restorePoint - the restore pointrestorePointDateTime - date and time to restore fromCopyright © 2020 Microsoft Corporation. All rights reserved.