次の方法で共有


IWithRestorableDroppedDatabase インターフェイス

定義

復元可能な削除されたデータベースをソース データベースとして設定するSQL Database定義。

public interface IWithRestorableDroppedDatabase : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.Sql.Fluent.SqlDatabaseOperations.Definition.IWithRestorableDroppedDatabaseBeta
type IWithRestorableDroppedDatabase = interface
    interface IWithRestorableDroppedDatabaseBeta
    interface IBeta
Public Interface IWithRestorableDroppedDatabase
Implements IBeta, IWithRestorableDroppedDatabaseBeta
派生
実装

メソッド

FromRestorableDroppedDatabase(ISqlRestorableDroppedDatabase)

以前に削除したデータベースから新しいデータベースを作成します (「復元可能な削除されたデータベース」を参照)。 照合順序、エディション、および MaxSizeBytes は、リンクがアクティブな間は同じままにする必要があります。 これらのパラメーターに指定された値は無視されます。

(継承元 IWithRestorableDroppedDatabaseBeta)

適用対象