| Modifier and Type | Method and Description |
|---|---|
List<RestorePoint> |
SqlDatabase.listRestorePoints() |
rx.Observable<RestorePoint> |
SqlDatabase.listRestorePointsAsync() |
| Modifier and Type | Method and Description |
|---|---|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions |
SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions |
SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint,
org.joda.time.DateTime restorePointDateTime)
Creates a new database from a restore point.
|
SqlDatabaseOperations.DefinitionStages.WithCreateAfterElasticPoolOptions |
SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint,
org.joda.time.DateTime restorePointDateTime)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint(RestorePoint restorePoint,
org.joda.time.DateTime restorePointDateTime)
Creates a new database from a restore point.
|
SqlDatabase.DefinitionStages.WithAttachAllOptions<ParentT> |
SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint(RestorePoint restorePoint,
org.joda.time.DateTime restorePointDateTime)
Creates a new database from a restore point.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/