Uses of Interface
com.azure.resourcemanager.sql.models.RestorePoint
Packages that use RestorePoint
Package
Description
Package containing the data models for SqlManagementClient.
-
Uses of RestorePoint in com.azure.resourcemanager.sql.models
Methods in com.azure.resourcemanager.sql.models that return types with arguments of type RestorePointModifier and TypeMethodDescriptionSqlDatabase.listRestorePoints()com.azure.core.http.rest.PagedFlux<RestorePoint> SqlDatabase.listRestorePointsAsync()Methods in com.azure.resourcemanager.sql.models 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, OffsetDateTime 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, OffsetDateTime 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, OffsetDateTime 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, OffsetDateTime restorePointDateTime) Creates a new database from a restore point.