SnapshotsOperationsExtensions Class

Definition

Extension methods for SnapshotsOperations

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

Methods

BeginCreate(ISnapshotsOperations, String, String, String, String, String, Snapshot)

Create the specified snapshot within the given volume

BeginCreateAsync(ISnapshotsOperations, String, String, String, String, String, Snapshot, CancellationToken)

Create the specified snapshot within the given volume

BeginDelete(ISnapshotsOperations, String, String, String, String, String)

Delete snapshot

BeginDeleteAsync(ISnapshotsOperations, String, String, String, String, String, CancellationToken)

Delete snapshot

BeginRestoreFiles(ISnapshotsOperations, String, String, String, String, String, SnapshotRestoreFiles)

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

BeginRestoreFilesAsync(ISnapshotsOperations, String, String, String, String, String, SnapshotRestoreFiles, CancellationToken)

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

BeginUpdate(ISnapshotsOperations, String, String, String, String, String, Object)

Patch a snapshot

BeginUpdateAsync(ISnapshotsOperations, String, String, String, String, String, Object, CancellationToken)

Patch a snapshot

Create(ISnapshotsOperations, String, String, String, String, String, Snapshot)

Create the specified snapshot within the given volume

CreateAsync(ISnapshotsOperations, String, String, String, String, String, Snapshot, CancellationToken)

Create the specified snapshot within the given volume

Delete(ISnapshotsOperations, String, String, String, String, String)

Delete snapshot

DeleteAsync(ISnapshotsOperations, String, String, String, String, String, CancellationToken)

Delete snapshot

Get(ISnapshotsOperations, String, String, String, String, String)

Get details of the specified snapshot

GetAsync(ISnapshotsOperations, String, String, String, String, String, CancellationToken)

Get details of the specified snapshot

List(ISnapshotsOperations, String, String, String, String)

List all snapshots associated with the volume

ListAsync(ISnapshotsOperations, String, String, String, String, CancellationToken)

List all snapshots associated with the volume

RestoreFiles(ISnapshotsOperations, String, String, String, String, String, SnapshotRestoreFiles)

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

RestoreFilesAsync(ISnapshotsOperations, String, String, String, String, String, SnapshotRestoreFiles, CancellationToken)

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

Update(ISnapshotsOperations, String, String, String, String, String, Object)

Patch a snapshot

UpdateAsync(ISnapshotsOperations, String, String, String, String, String, Object, CancellationToken)

Patch a snapshot

Applies to