Freigeben über


WindowsVMGuestPatchAutomaticByPlatformSettings Konstruktoren

Definition

Überlädt

WindowsVMGuestPatchAutomaticByPlatformSettings()

Initialisiert eine neue instance der WindowsVMGuestPatchAutomaticByPlatformSettings-Klasse.

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initialisiert eine neue instance der WindowsVMGuestPatchAutomaticByPlatformSettings-Klasse.

WindowsVMGuestPatchAutomaticByPlatformSettings()

Initialisiert eine neue instance der WindowsVMGuestPatchAutomaticByPlatformSettings-Klasse.

public WindowsVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

Gilt für:

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initialisiert eine neue instance der WindowsVMGuestPatchAutomaticByPlatformSettings-Klasse.

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)

Parameter

rebootSetting
String

Gibt die Neustarteinstellung für alle AutomaticByPlatform-Patchinstallationsvorgänge an. Mögliche Werte sind: "Unknown", "IfRequired", "Never", "Always"

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

Ermöglicht kundenseitig das Planen von Patches ohne versehentliche Upgrades

Gilt für: