class Chef::Provisioning::AzureDriver::BootstrapOptions
Represents available options when bootstrapping a host on Azure These are used to tell Azure some initial pieces of information for building a new VM.
Attributes
image[RW]
@return [String] The identifier for the VM image to use
location[RW]
@return [String] The Azure location to store this in
password[RW]
@return [String] the password to use
vm_name[RW]
@return [String] The name of the VM
vm_user[RW]
@return [String] The VM user