public VirtualMachineInstallPatchesContent(VmGuestPatchRebootSetting rebootSetting)
 {
     RebootSetting = rebootSetting;
 }
Ejemplo n.º 2
0
 public VirtualMachineInstallPatchesParameters(VmGuestPatchRebootSetting rebootSetting)
 {
     RebootSetting = rebootSetting;
 }