IWithRestorePointDatabase Interface

Definition

The SQL Database definition to set a restore point as the source database.

public interface IWithRestorePointDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithRestorePointDatabaseBeta
type IWithRestorePointDatabase = interface
    interface IWithRestorePointDatabaseBeta
    interface IBeta
Public Interface IWithRestorePointDatabase
Implements IBeta, IWithRestorePointDatabaseBeta
Derived
Implements

Methods

FromRestorePoint(IRestorePoint)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseBeta)
FromRestorePoint(IRestorePoint, DateTime)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseBeta)

Applies to