Freigeben über


PatchSettings Konstruktoren

Definition

Überlädt

PatchSettings()

Initialisiert eine neue instance der PatchSettings-Klasse.

PatchSettings(String, Nullable<Boolean>, String, WindowsVMGuestPatchAutomaticByPlatformSettings)

Initialisiert eine neue instance der PatchSettings-Klasse.

PatchSettings()

Initialisiert eine neue instance der PatchSettings-Klasse.

public PatchSettings ();
Public Sub New ()

Gilt für:

PatchSettings(String, Nullable<Boolean>, String, WindowsVMGuestPatchAutomaticByPlatformSettings)

Initialisiert eine neue instance der PatchSettings-Klasse.

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

Parameter

patchMode
String

Gibt den Modus des VM-Gastpatches für virtuelle IaaS-Computer oder virtuelle Computer an, die einer VM-Skalierungsgruppe zugeordnet sind, mit OrchestrationMode als Flexible.< br /><br /> Mögliche Werte sind:<br /><br />Manual : Sie steuern die Anwendung von Patches auf einem virtuellen Computer. Dazu wenden Sie Patches manuell auf den virtuellen Computer an. In diesem Modus sind automatische Updates deaktiviert. Die Eigenschaft WindowsConfiguration.enableAutomaticUpdates muss false<br /br /><>AutomaticByOS - Der virtuelle Computer wird automatisch vom Betriebssystem aktualisiert. Die Eigenschaft WindowsConfiguration.enableAutomaticUpdates muss true sein. <br /><br />AutomaticByPlatform : Der virtuelle Computer wird von der Plattform automatisch aktualisiert. Die Eigenschaften provisionVMAgent und WindowsConfiguration.enableAutomaticUpdates müssen true sein. Mögliche Werte: "Manual", "AutomaticByOS", "AutomaticByPlatform"

enableHotpatching
Nullable<Boolean>

Ermöglicht Es Kunden, ihre Azure-VMs zu patchen, ohne dass ein Neustart erforderlich ist. Für enableHotpatching muss "provisionVMAgent" auf true und "patchMode" auf "AutomaticByPlatform" festgelegt werden.

assessmentMode
String

Gibt den Modus der VM-Gastpatchbewertung für den virtuellen IaaS-Computer an.< br /><br /> Mögliche Werte sind:<br /><br />ImageDefault : Sie steuern das Timing von Patchbewertungen auf einem virtuellen Computer.< br /><br />AutomaticByPlatform : Die Plattform löst regelmäßige Patchbewertungen aus. Die Eigenschaft provisionVMAgent muss true sein. Mögliche Werte: "ImageDefault", "AutomaticByPlatform"

automaticByPlatformSettings
WindowsVMGuestPatchAutomaticByPlatformSettings

Gibt zusätzliche Einstellungen für den Patchmodus AutomaticByPlatform in VM-Gastpatching unter Windows an.

Gilt für: