VagrantSnapshotRestoreSettingsExtensions.

Delete(VagrantSnapshotRestoreSettings, bool) Method

Summary

Forces deletion of the snapshot after restoring

Syntax

public static VagrantSnapshotRestoreSettings Delete(this VagrantSnapshotRestoreSettings settings, bool delete = true)

Remarks

Opposite of DoNotDelete(VagrantSnapshotRestoreSettings), included for more logical invocation

Parameters

Name Type Description
settings VagrantSnapshotRestoreSettings The settings
delete bool Whether to delete the snapshot. Defaults to true.

Return Value