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
Prevents deletion of the snapshot after restoring (so that you can restore to the same point again later).
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Snapshot Restore Settings Extensions
Syntax
public static VagrantSnapshotRestoreSettings DoNotDelete(this VagrantSnapshotRestoreSettings settings)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |