IBackupsUnderBackupVaultOperations Interface

Definition

BackupsUnderBackupVaultOperations operations.

public interface IBackupsUnderBackupVaultOperations
type IBackupsUnderBackupVaultOperations = interface
Public Interface IBackupsUnderBackupVaultOperations

Methods

BeginRestoreFilesWithHttpMessagesAsync(String, String, String, String, BackupRestoreFiles, Dictionary<String,List<String>>, CancellationToken)

Restore the specified files from the specified backup to the active filesystem

RestoreFilesWithHttpMessagesAsync(String, String, String, String, BackupRestoreFiles, Dictionary<String,List<String>>, CancellationToken)

Restore the specified files from the specified backup to the active filesystem

Extension Methods

BeginRestoreFiles(IBackupsUnderBackupVaultOperations, String, String, String, String, BackupRestoreFiles)

Restore the specified files from the specified backup to the active filesystem

BeginRestoreFilesAsync(IBackupsUnderBackupVaultOperations, String, String, String, String, BackupRestoreFiles, CancellationToken)

Restore the specified files from the specified backup to the active filesystem

RestoreFiles(IBackupsUnderBackupVaultOperations, String, String, String, String, BackupRestoreFiles)

Restore the specified files from the specified backup to the active filesystem

RestoreFilesAsync(IBackupsUnderBackupVaultOperations, String, String, String, String, BackupRestoreFiles, CancellationToken)

Restore the specified files from the specified backup to the active filesystem

Applies to