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
Forces deletion of the snapshot after restoring
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Snapshot Restore Settings Extensions
Syntax
public static VagrantSnapshotRestoreSettings Delete(this VagrantSnapshotRestoreSettings settings, bool delete = true)
Remarks
Opposite of
DoNotDelete(VagrantSnapshotRestoreSettings), included for more logical invocationParameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| delete | bool | Whether to delete the snapshot. Defaults to true. |
Return Value
| Type | Description |
|---|---|
| Vagrant |
