次の方法で共有


SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool<ParentT> インターフェイス

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ

public static interface SqlDatabase.DefinitionStages.WithRestorePointDatabaseAfterElasticPool

エラスティック プール内のソース データベースとして復元ポイントを設定するSQL Database定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint)

復元ポイントから新しいデータベースを作成します。

abstract WithAttachAfterElasticPoolOptions<ParentT> fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

復元ポイントから新しいデータベースを作成します。

メソッドの詳細

fromRestorePoint

public abstract SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions fromRestorePoint(RestorePoint restorePoint)

復元ポイントから新しいデータベースを作成します。

Parameters:

restorePoint - 復元ポイント

Returns:

定義の次のステージ。

fromRestorePoint

public abstract SqlDatabase.DefinitionStages.WithAttachAfterElasticPoolOptions fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

復元ポイントから新しいデータベースを作成します。

Parameters:

restorePoint - 復元ポイント
restorePointDateTime - 復元元の日付と時刻

Returns:

定義の次のステージ。

適用対象