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
The provider-specific box to remove with the given name.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Remove Settings Extensions
Syntax
public static VagrantBoxRemoveSettings UseProvider(this VagrantBoxRemoveSettings settings, string provider)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
provider | string | The specific provider to remove |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |