SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase インターフェイス

public static interface SqlDatabaseOperations.DefinitionStages.WithRestorePointDatabase

復元ポイントをソース データベースとして設定するSQL Database定義。

メソッドの概要

修飾子と型 メソッドと説明
abstract WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint)

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

abstract WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

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

メソッドの詳細

fromRestorePoint

public abstract SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint)

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

Parameters:

restorePoint - 復元ポイント

Returns:

定義の次のステージ。

fromRestorePoint

public abstract SqlDatabaseOperations.DefinitionStages.WithCreateAllOptions fromRestorePoint(RestorePoint restorePoint, DateTime restorePointDateTime)

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

Parameters:

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

Returns:

定義の次のステージ。

適用対象