VagrantUpSettingsExtensions.

UseProvider(VagrantUpSettings, string) Method

Summary

Bring the machine up with the given provider. By default this is "virtualbox".

Syntax

public static VagrantUpSettings UseProvider(this VagrantUpSettings settings, string provider)

Parameters

Name Type Description
settings VagrantUpSettings The setings
provider string Name of the provider to use (e.g. "hyperv")

Return Value

Type Description
VagrantUpSettings The updated settings object