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