ArmComputeModelFactory.WindowsVmGuestPatchAutomaticByPlatformSettings Method

Definition

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.

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

Enables customer to schedule patching without accidental upgrades.

Returns

A new WindowsVmGuestPatchAutomaticByPlatformSettings instance for mocking.

Applies to