ArmComputeFleetModelFactory.ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings 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.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
Specifies the reboot setting for all AutomaticByPlatform patch installation operations.
Enables customer to schedule patching without accidental upgrades.
Returns
A new ComputeFleetLinuxVmGuestPatchAutomaticByPlatformSettings instance for mocking.