次の方法で共有


IBackupsOperations インターフェイス

定義

BackupsOperations 操作。

public interface IBackupsOperations
type IBackupsOperations = interface
Public Interface IBackupsOperations

メソッド

TriggerWithHttpMessagesAsync(String, String, String, String, String, BackupRequestResource, Dictionary<String,List<String>>, CancellationToken)

指定したバックアップ項目のバックアップをトリガーします。 これは非同期操作です。 操作の状態を確認するには、GetProtectedItemOperationResult API を呼び出します。

拡張メソッド

Trigger(IBackupsOperations, String, String, String, String, String, BackupRequestResource)

指定したバックアップ項目のバックアップをトリガーします。 これは非同期操作です。 操作の状態を確認するには、GetProtectedItemOperationResult API を呼び出します。

TriggerAsync(IBackupsOperations, String, String, String, String, String, BackupRequestResource, CancellationToken)

指定したバックアップ項目のバックアップをトリガーします。 これは非同期操作です。 操作の状態を確認するには、GetProtectedItemOperationResult API を呼び出します。

適用対象