ArmComputeFleetModelFactory.ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings Method

Definition

public static Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings(Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxVmGuestPatchAutomaticByPlatformRebootSetting? rebootSetting = default, bool? isBypassPlatformSafetyChecksOnUserScheduleEnabled = default);
static member ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings : Nullable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxVmGuestPatchAutomaticByPlatformRebootSetting> * Nullable<bool> -> Azure.ResourceManager.ComputeFleet.Models.ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings
Public Shared Function ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings (Optional rebootSetting As Nullable(Of ComputeFleetLinuxVmGuestPatchAutomaticByPlatformRebootSetting) = Nothing, Optional isBypassPlatformSafetyChecksOnUserScheduleEnabled As Nullable(Of Boolean) = Nothing) As ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings

Parameters

rebootSetting
Nullable<ComputeFleetLinuxVmGuestPatchAutomaticByPlatformRebootSetting>

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

isBypassPlatformSafetyChecksOnUserScheduleEnabled
Nullable<Boolean>

Enables customer to schedule patching without accidental upgrades.

Returns

A new ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings instance for mocking.

Applies to