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,
org.joda.time.DateTime restorePointDateTime)
Creates a new database from a restore point.
|
@Beta(value=V1_7_0) SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions fromRestorePoint(RestorePoint restorePoint)
restorePoint - the restore point@Beta(value=V1_8_0) SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions fromRestorePoint(RestorePoint restorePoint, org.joda.time.DateTime restorePointDateTime)
restorePoint - the restore pointrestorePointDateTime - date and time to restore from/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/