VagrantInitSettingsExtensions.

OutputToFile(VagrantInitSettings, FilePath) Method

Summary

Sets the FilePath to output the new Vagrantfile to

Syntax

public static VagrantInitSettings OutputToFile(this VagrantInitSettings settings, FilePath filePath)

Parameters

Name Type Description
settings VagrantInitSettings The settings
filePath FilePath Desired path for the new Vagrantfile

Return Value

Type Description
VagrantInitSettings The updated settings object