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