次の方法で共有


IRecoveryPointOperations インターフェイス

定義

Azure Backup拡張機能の復旧ポイント操作の定義。

public interface IRecoveryPointOperations
type IRecoveryPointOperations = interface
Public Interface IRecoveryPointOperations

メソッド

GetAsync(String, String, CustomRequestHeaders, String, String, String, CancellationToken)

復旧ポイントを取得します。

ListAsync(String, String, CustomRequestHeaders, String, String, CancellationToken)

すべての復旧ポイントの一覧を取得します。

拡張メソッド

Get(IRecoveryPointOperations, String, String, CustomRequestHeaders, String, String, String)

復旧ポイントを取得します。

GetAsync(IRecoveryPointOperations, String, String, CustomRequestHeaders, String, String, String)

復旧ポイントを取得します。

List(IRecoveryPointOperations, String, String, CustomRequestHeaders, String, String)

すべての復旧ポイントの一覧を取得します。

ListAsync(IRecoveryPointOperations, String, String, CustomRequestHeaders, String, String)

すべての復旧ポイントの一覧を取得します。

適用対象