Udostępnij za pośrednictwem


WindowsVMGuestPatchAutomaticByPlatformSettings Constructors

Definition

Overloads

WindowsVMGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of the WindowsVMGuestPatchAutomaticByPlatformSettings class.

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initializes a new instance of the WindowsVMGuestPatchAutomaticByPlatformSettings class.

WindowsVMGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of the WindowsVMGuestPatchAutomaticByPlatformSettings class.

public WindowsVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

Applies to

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initializes a new instance of the WindowsVMGuestPatchAutomaticByPlatformSettings class.

public WindowsVMGuestPatchAutomaticByPlatformSettings (string rebootSetting = default, bool? bypassPlatformSafetyChecksOnUserSchedule = default);
new Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.WindowsVMGuestPatchAutomaticByPlatformSettings
Public Sub New (Optional rebootSetting As String = Nothing, Optional bypassPlatformSafetyChecksOnUserSchedule As Nullable(Of Boolean) = Nothing)

Parameters

rebootSetting
String

Specifies the reboot setting for all AutomaticByPlatform patch installation operations. Possible values include: 'Unknown', 'IfRequired', 'Never', 'Always'

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

Enables customer to schedule patching without accidental upgrades

Applies to