ArmComputeFleetModelFactory.ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings Method

Definition

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

Parameters

rebootSetting
Nullable<ComputeFleetWindowsVmGuestPatchAutomaticByPlatformRebootSetting>

Specifies the reboot setting for all AutomaticByPlatform patch installation operations.

isBypassPlatformSafetyChecksOnUserScheduleEnabled
Nullable<Boolean>

Enables customer to schedule patching without accidental upgrades.

Returns

A new ComputeFleetWindowsVmGuestPatchAutomaticByPlatformSettings instance for mocking.

Applies to