Share via


BackupPolicyOperationsExtensions Class

Definition

This is an RESTFul API to manage you StorSimple Objects

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

Methods

BeginCreatingBackupPolicy(IBackupPolicyOperations, String, NewBackupPolicyConfig, CustomRequestHeaders)

The BeginCreatingBackupPolicy operation creates a new backup policy for this given volume with the given schedules.

BeginCreatingBackupPolicyAsync(IBackupPolicyOperations, String, NewBackupPolicyConfig, CustomRequestHeaders)

The BeginCreatingBackupPolicy operation creates a new backup policy for this given volume with the given schedules.

BeginDeleting(IBackupPolicyOperations, String, String, CustomRequestHeaders)

Begin deleting a backup policy represented by the policyId provided.

BeginDeletingAsync(IBackupPolicyOperations, String, String, CustomRequestHeaders)

Begin deleting a backup policy represented by the policyId provided.

BeginUpdatingBackupPolicy(IBackupPolicyOperations, String, String, UpdateBackupPolicyConfig, CustomRequestHeaders)

The BeginUpdatingBackupPolicy operation updates a backup policy represented by policyId for this given volume with the given schedules.

BeginUpdatingBackupPolicyAsync(IBackupPolicyOperations, String, String, UpdateBackupPolicyConfig, CustomRequestHeaders)

The BeginUpdatingBackupPolicy operation updates a backup policy represented by policyId for this given volume with the given schedules.

Create(IBackupPolicyOperations, String, NewBackupPolicyConfig, CustomRequestHeaders)
CreateAsync(IBackupPolicyOperations, String, NewBackupPolicyConfig, CustomRequestHeaders)
Delete(IBackupPolicyOperations, String, String, CustomRequestHeaders)
DeleteAsync(IBackupPolicyOperations, String, String, CustomRequestHeaders)
GetBackupPolicyDetailsByName(IBackupPolicyOperations, String, String, CustomRequestHeaders)
GetBackupPolicyDetailsByNameAsync(IBackupPolicyOperations, String, String, CustomRequestHeaders)
List(IBackupPolicyOperations, String, CustomRequestHeaders)
ListAsync(IBackupPolicyOperations, String, CustomRequestHeaders)
Update(IBackupPolicyOperations, String, String, UpdateBackupPolicyConfig, CustomRequestHeaders)
UpdateAsync(IBackupPolicyOperations, String, String, UpdateBackupPolicyConfig, CustomRequestHeaders)

Applies to