ISnapshotsOperations Interface

Definition

SnapshotsOperations operations.

public interface ISnapshotsOperations
type ISnapshotsOperations = interface
Public Interface ISnapshotsOperations

Methods

BeginCreateWithHttpMessagesAsync(String, String, String, String, String, Snapshot, Dictionary<String,List<String>>, CancellationToken)

Create the specified snapshot within the given volume

BeginDeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete snapshot

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

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

BeginUpdateWithHttpMessagesAsync(String, String, String, String, String, Object, Dictionary<String,List<String>>, CancellationToken)

Patch a snapshot

CreateWithHttpMessagesAsync(String, String, String, String, String, Snapshot, Dictionary<String,List<String>>, CancellationToken)

Create the specified snapshot within the given volume

DeleteWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Delete snapshot

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get details of the specified snapshot

ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

List all snapshots associated with the volume

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

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

UpdateWithHttpMessagesAsync(String, String, String, String, String, Object, Dictionary<String,List<String>>, CancellationToken)

Patch a snapshot

Extension 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