ArmComputeModelFactory.WindowsVmGuestPatchAutomaticByPlatformSettings Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Compute.Models.WindowsVmGuestPatchAutomaticByPlatformSettings WindowsVmGuestPatchAutomaticByPlatformSettings(Azure.ResourceManager.Compute.Models.WindowsVmGuestPatchAutomaticByPlatformRebootSetting? rebootSetting = default, bool? bypassPlatformSafetyChecksOnUserSchedule = default);
static member WindowsVmGuestPatchAutomaticByPlatformSettings : Nullable<Azure.ResourceManager.Compute.Models.WindowsVmGuestPatchAutomaticByPlatformRebootSetting> * Nullable<bool> -> Azure.ResourceManager.Compute.Models.WindowsVmGuestPatchAutomaticByPlatformSettings
Public Shared Function WindowsVmGuestPatchAutomaticByPlatformSettings (Optional rebootSetting As Nullable(Of WindowsVmGuestPatchAutomaticByPlatformRebootSetting) = Nothing, Optional bypassPlatformSafetyChecksOnUserSchedule As Nullable(Of Boolean) = Nothing) As WindowsVmGuestPatchAutomaticByPlatformSettings
Parameters
- rebootSetting
- Nullable<WindowsVmGuestPatchAutomaticByPlatformRebootSetting>
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
Enables customer to schedule patching without accidental upgrades.
Returns
A new WindowsVmGuestPatchAutomaticByPlatformSettings instance for mocking.