CustomizationSysprepRebootOption
A boxed CustomizationSysprepRebootOptionEnum. To be used in Any placeholders.
{
"_typeName": "string",
"_value": "string"
}
A enum constant specifying what should be done to the guest vm after running sysprep.
Possible values:
reboot
: Reboot the machine after running sysprep.This will cause values specified in the sysprep.xml to be applied immediately.
noreboot
: Take no action.Leave the guest os running after running sysprep. This option can be used to look at values for debugging purposes after running sysprep.
shutdown
: Shutdown the machine after running sysprep.This puts the vm in a sealed state.