Delen via


LinuxVMGuestPatchAutomaticByPlatformSettings Constructors

Definition

Overloads

LinuxVMGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of the LinuxVMGuestPatchAutomaticByPlatformSettings class.

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initializes a new instance of the LinuxVMGuestPatchAutomaticByPlatformSettings class.

LinuxVMGuestPatchAutomaticByPlatformSettings()

Initializes a new instance of the LinuxVMGuestPatchAutomaticByPlatformSettings class.

public LinuxVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

Applies to

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initializes a new instance of the LinuxVMGuestPatchAutomaticByPlatformSettings class.

public LinuxVMGuestPatchAutomaticByPlatformSettings (string rebootSetting = default, bool? bypassPlatformSafetyChecksOnUserSchedule = default);
new Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings : string * Nullable<bool> -> Microsoft.Azure.Management.Compute.Models.LinuxVMGuestPatchAutomaticByPlatformSettings
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