LinuxVMGuestPatchAutomaticByPlatformSettings Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
LinuxVMGuestPatchAutomaticByPlatformSettings() |
Initialise une nouvelle instance de la classe LinuxVMGuestPatchAutomaticByPlatformSettings. |
LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>) |
Initialise une nouvelle instance de la classe LinuxVMGuestPatchAutomaticByPlatformSettings. |
LinuxVMGuestPatchAutomaticByPlatformSettings()
Initialise une nouvelle instance de la classe LinuxVMGuestPatchAutomaticByPlatformSettings.
public LinuxVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()
S’applique à
LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)
Initialise une nouvelle instance de la classe LinuxVMGuestPatchAutomaticByPlatformSettings.
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)
Paramètres
- rebootSetting
- String
Spécifie le paramètre de redémarrage pour toutes les opérations d’installation du correctif AutomaticByPlatform. Les valeurs possibles sont les suivantes : « Unknown », « IfRequired », « Never », « Always »
Permet au client de planifier des mises à jour correctives sans mises à niveau accidentelles
S’applique à
Azure SDK for .NET