public VirtualMachineInstallPatchesContent(VmGuestPatchRebootSetting rebootSetting)
 {
     RebootSetting = rebootSetting;
 }
Beispiel #2
0
 public VirtualMachineInstallPatchesParameters(VmGuestPatchRebootSetting rebootSetting)
 {
     RebootSetting = rebootSetting;
 }