Partager via


WindowsVMGuestPatchAutomaticByPlatformSettings Constructeurs

Définition

Surcharges

WindowsVMGuestPatchAutomaticByPlatformSettings()

Initialise une nouvelle instance de la classe WindowsVMGuestPatchAutomaticByPlatformSettings.

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initialise une nouvelle instance de la classe WindowsVMGuestPatchAutomaticByPlatformSettings.

WindowsVMGuestPatchAutomaticByPlatformSettings()

Initialise une nouvelle instance de la classe WindowsVMGuestPatchAutomaticByPlatformSettings.

public WindowsVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

S’applique à

WindowsVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

Initialise une nouvelle instance de la classe WindowsVMGuestPatchAutomaticByPlatformSettings.

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)

Paramètres

rebootSetting
String

Spécifie le paramètre de redémarrage pour toutes les opérations d’installation de correctifs AutomaticByPlatform. Les valeurs possibles sont les suivantes : 'Unknown', 'IfRequired', 'Never', 'Always'

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

Permet au client de planifier des mises à jour correctives sans mises à niveau accidentelles

S’applique à