Share via


LinuxVMGuestPatchAutomaticByPlatformSettings コンストラクター

定義

オーバーロード

LinuxVMGuestPatchAutomaticByPlatformSettings()

LinuxVMGuestPatchAutomaticByPlatformSettings クラスの新しいインスタンスを初期化します。

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

LinuxVMGuestPatchAutomaticByPlatformSettings クラスの新しいインスタンスを初期化します。

LinuxVMGuestPatchAutomaticByPlatformSettings()

LinuxVMGuestPatchAutomaticByPlatformSettings クラスの新しいインスタンスを初期化します。

public LinuxVMGuestPatchAutomaticByPlatformSettings ();
Public Sub New ()

適用対象

LinuxVMGuestPatchAutomaticByPlatformSettings(String, Nullable<Boolean>)

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)

パラメーター

rebootSetting
String

すべての AutomaticByPlatform パッチインストール操作の再起動設定を指定します。 指定できる値は、'Unknown'、'IfRequired'、'Never'、'Always' です。

bypassPlatformSafetyChecksOnUserSchedule
Nullable<Boolean>

お客様が誤ってアップグレードすることなく修正プログラムの適用をスケジュールできるようにします

適用対象