VagrantSnapshotRunner.

Restore(string, Action<VagrantSnapshotRestoreSettings>) Method

Summary

This command restores the named snapshot.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantSnapshotRunner

Syntax

public void Restore(string name, Action<VagrantSnapshotRestoreSettings> configure = null)

Parameters

Name Type Description
name string Name of the snapshot to restore
configure Action<VagrantSnapshotRestoreSettings> Optional settings to control the restore

Return Value

Type Description
void