This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
This command restores the named snapshot.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- Vagrant
Snapshot Runner
Syntax
public void Restore(string name, Action<VagrantSnapshotRestoreSettings> configure = null)
Parameters
Name | Type | Description |
---|---|---|
name | string | Name of the snapshot to restore |
configure | Action |
Optional settings to control the restore |
Return Value
Type | Description |
---|---|
void |