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