Uses of Interface
com.microsoft.azure.management.sql.RestorePoint
Packages that use RestorePoint
Package
Description
This package contains the classes for SqlManagementClient.
-
Uses of RestorePoint in com.microsoft.azure.management.sql
Methods in com.microsoft.azure.management.sql that return types with arguments of type RestorePointModifier and TypeMethodDescriptionSqlDatabase.listRestorePoints()rx.Observable<RestorePoint>SqlDatabase.listRestorePointsAsync()Methods in com.microsoft.azure.management.sql with parameters of type RestorePointModifier 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.