LinuxVMGuestPatchAutomaticByPlatformSettings Constructors
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.
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'
Enables customer to schedule patching without accidental upgrades
Applies to
Azure SDK for .NET