BackupOperationsExtensions Class

Definition

This is an RESTFul API to manage you StorSimple Objects

public static class BackupOperationsExtensions
type BackupOperationsExtensions = class
Public Module BackupOperationsExtensions
Inheritance
BackupOperationsExtensions

Methods

BeginCreatingBackup(IBackupOperations, String, String, BackupNowRequest, CustomRequestHeaders)

Begin a backup operation for the policyId and backupRequest specified.

BeginCreatingBackupAsync(IBackupOperations, String, String, BackupNowRequest, CustomRequestHeaders)

Begin a backup operation for the policyId and backupRequest specified.

BeginDeleting(IBackupOperations, String, String, CustomRequestHeaders)

Begin deleting a backup set represented by the backSetId provided.

BeginDeletingAsync(IBackupOperations, String, String, CustomRequestHeaders)

Begin deleting a backup set represented by the backSetId provided.

BeginRestoring(IBackupOperations, String, RestoreBackupRequest, CustomRequestHeaders)

Begin restoring a backup set.

BeginRestoringAsync(IBackupOperations, String, RestoreBackupRequest, CustomRequestHeaders)

Begin restoring a backup set.

Create(IBackupOperations, String, String, BackupNowRequest, CustomRequestHeaders)
CreateAsync(IBackupOperations, String, String, BackupNowRequest, CustomRequestHeaders)
Delete(IBackupOperations, String, String, CustomRequestHeaders)
DeleteAsync(IBackupOperations, String, String, CustomRequestHeaders)
Get(IBackupOperations, String, String, String, String, String, String, String, String, CustomRequestHeaders)
GetAsync(IBackupOperations, String, String, String, String, String, String, String, String, CustomRequestHeaders)
Restore(IBackupOperations, String, RestoreBackupRequest, CustomRequestHeaders)

Restore a backup set.

RestoreAsync(IBackupOperations, String, RestoreBackupRequest, CustomRequestHeaders)

Restore a backup set.

Applies to