IWithRestorePointDatabase<ParentT> Interface

Definition

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

public interface IWithRestorePointDatabase<ParentT> : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithRestorePointDatabaseBeta<ParentT>
type IWithRestorePointDatabase<'ParentT> = interface
    interface IWithRestorePointDatabaseBeta<'ParentT>
    interface IBeta
Public Interface IWithRestorePointDatabase(Of ParentT)
Implements IBeta, IWithRestorePointDatabaseBeta(Of ParentT)

Type Parameters

ParentT

The stage of the parent definition to return to after attaching this definition.

Derived
Implements

Methods

FromRestorePoint(IRestorePoint)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseBeta<ParentT>)
FromRestorePoint(IRestorePoint, DateTime)

Creates a new database from a restore point.

(Inherited from IWithRestorePointDatabaseBeta<ParentT>)

Applies to