IWithRestorableDroppedDatabase<ParentT> Interface

Definition

The SQL Database definition to set a restorable dropped database as the source database.

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

Type Parameters

ParentT

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

Derived
Implements

Methods

FromRestorableDroppedDatabase(ISqlRestorableDroppedDatabase)

Creates a new database from a previously deleted database (see restorable dropped database). Collation, Edition, and MaxSizeBytes must remain the same while the link is active. Values specified for these parameters will be ignored.

(Inherited from IWithRestorableDroppedDatabaseBeta<ParentT>)

Applies to