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