次の方法で共有


IRestorePointsOperations インターフェイス

定義

RestorePointsOperations 操作。

public interface IRestorePointsOperations
type IRestorePointsOperations = interface
Public Interface IRestorePointsOperations

メソッド

BeginCreateWithHttpMessagesAsync(String, String, String, RestorePoint, Dictionary<String,List<String>>, CancellationToken)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

復元ポイントを削除する操作。

CreateWithHttpMessagesAsync(String, String, String, RestorePoint, Dictionary<String,List<String>>, CancellationToken)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

復元ポイントを削除する操作。

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

復元ポイントを取得する操作。

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

復元ポイントを取得する操作。

拡張メソッド

BeginCreate(IRestorePointsOperations, String, String, String, RestorePoint)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

BeginCreateAsync(IRestorePointsOperations, String, String, String, RestorePoint, CancellationToken)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

BeginDelete(IRestorePointsOperations, String, String, String)

復元ポイントを削除する操作。

BeginDeleteAsync(IRestorePointsOperations, String, String, String, CancellationToken)

復元ポイントを削除する操作。

Create(IRestorePointsOperations, String, String, String, RestorePoint)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

CreateAsync(IRestorePointsOperations, String, String, String, RestorePoint, CancellationToken)

復元ポイントを作成する操作。 既存の復元ポイントのプロパティの更新は許可されていません

Delete(IRestorePointsOperations, String, String, String)

復元ポイントを削除する操作。

DeleteAsync(IRestorePointsOperations, String, String, String, CancellationToken)

復元ポイントを削除する操作。

Get(IRestorePointsOperations, String, String, String, String)

復元ポイントを取得する操作。

GetAsync(IRestorePointsOperations, String, String, String, String, CancellationToken)

復元ポイントを取得する操作。

適用対象