ArmComputeModelFactory.LinuxVmGuestPatchAutomaticByPlatformSettings Method

Definition

public static Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchAutomaticByPlatformSettings LinuxVmGuestPatchAutomaticByPlatformSettings(Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchAutomaticByPlatformRebootSetting? rebootSetting = default, bool? bypassPlatformSafetyChecksOnUserSchedule = default);
static member LinuxVmGuestPatchAutomaticByPlatformSettings : Nullable<Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchAutomaticByPlatformRebootSetting> * Nullable<bool> -> Azure.ResourceManager.Compute.Models.LinuxVmGuestPatchAutomaticByPlatformSettings
Public Shared Function LinuxVmGuestPatchAutomaticByPlatformSettings (Optional rebootSetting As Nullable(Of LinuxVmGuestPatchAutomaticByPlatformRebootSetting) = Nothing, Optional bypassPlatformSafetyChecksOnUserSchedule As Nullable(Of Boolean) = Nothing) As LinuxVmGuestPatchAutomaticByPlatformSettings

Parameters

rebootSetting
Nullable<LinuxVmGuestPatchAutomaticByPlatformRebootSetting>

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

Enables customer to schedule patching without accidental upgrades.

Returns

A new LinuxVmGuestPatchAutomaticByPlatformSettings instance for mocking.

Applies to