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(string name, Action<VagrantProvisionerSettings> configure)
Parameters
| Name | Type | Description |
|---|---|---|
| name | string | Name of the machine to resume |
| configure | Action |
Settings to control the execution of provisioners |
Return Value
| Type | Description |
|---|---|
| void |
