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