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 resumes a Vagrant managed machine that was previously suspended.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public void Resume(Action<VagrantProvisionerSettings> configure)
Examples
Vagrant.Resume(settings => settings.WithProvisioners("shell"));
Parameters
Name | Type | Description |
---|---|---|
configure | Action |
Settings to control the execution of provisioners |
Return Value
Type | Description |
---|---|
void |