次の方法で共有


IWithRestorableDroppedDatabaseBeta<ParentT>.FromRestorableDroppedDatabase メソッド

定義

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

public Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachFinal<ParentT> FromRestorableDroppedDatabase (Microsoft.Azure.Management.Sql.Fluent.ISqlRestorableDroppedDatabase restorableDroppedDatabase);
abstract member FromRestorableDroppedDatabase : Microsoft.Azure.Management.Sql.Fluent.ISqlRestorableDroppedDatabase -> Microsoft.Azure.Management.Sql.Fluent.SqlDatabase.Definition.IWithAttachFinal<'ParentT>
Public Function FromRestorableDroppedDatabase (restorableDroppedDatabase As ISqlRestorableDroppedDatabase) As IWithAttachFinal(Of ParentT)

パラメーター

restorableDroppedDatabase
ISqlRestorableDroppedDatabase

復元可能な削除されたデータベース。

戻り値

適用対象