ArmComputeModelFactory.LinuxVmGuestPatchAutomaticByPlatformSettings 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.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.
Enables customer to schedule patching without accidental upgrades.
Returns
A new LinuxVmGuestPatchAutomaticByPlatformSettings instance for mocking.