Uses of Interface
com.microsoft.azure.management.sql.RestorePoint
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of RestorePoint in com.microsoft.azure.management.sql
Modifier and TypeMethodDescriptionSqlDatabase.listRestorePoints()
rx.Observable<RestorePoint>
SqlDatabase.listRestorePointsAsync()
Modifier and TypeMethodDescriptionSqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint
(RestorePoint restorePoint) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithRestorePointDatabase.fromRestorePoint
(RestorePoint restorePoint, org.joda.time.DateTime restorePointDateTime) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint
(RestorePoint restorePoint) Creates a new database from a restore point.SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint
(RestorePoint restorePoint, org.joda.time.DateTime restorePointDateTime) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase.fromRestorePoint
(RestorePoint restorePoint) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase.fromRestorePoint
(RestorePoint restorePoint, org.joda.time.DateTime restorePointDateTime) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint
(RestorePoint restorePoint) Creates a new database from a restore point.SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabaseAfterElasticPool.fromRestorePoint
(RestorePoint restorePoint, org.joda.time.DateTime restorePointDateTime) Creates a new database from a restore point.