次の方法で共有


IBackUpOperations インターフェイス

定義

Azure Backup拡張機能の BackUp 操作の定義。

public interface IBackUpOperations
type IBackUpOperations = interface
Public Interface IBackUpOperations

メソッド

TriggerBackUpAsync(String, String, CustomRequestHeaders, String, String, CancellationToken)

AzureBackUpItem をバックアップします。

拡張メソッド

TriggerBackUp(IBackUpOperations, String, String, CustomRequestHeaders, String, String)

AzureBackUpItem をバックアップします。

TriggerBackUpAsync(IBackUpOperations, String, String, CustomRequestHeaders, String, String)

AzureBackUpItem をバックアップします。

適用対象