VagrantRunner.

Resume(string, Action<VagrantProvisionerSettings>) Method

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<VagrantProvisionerSettings> Settings to control the execution of provisioners

Return Value

Type Description
void