次の方法で共有


RestorePointsOperationsExtensions クラス

定義

RestorePointsOperations の拡張メソッド。

public static class RestorePointsOperationsExtensions
type RestorePointsOperationsExtensions = class
Public Module RestorePointsOperationsExtensions
継承
RestorePointsOperationsExtensions

メソッド

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)

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

適用対象