次の方法で共有


PatchSettings コンストラクター

定義

オーバーロード

PatchSettings()

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

PatchSettings(InGuestPatchMode)

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

PatchSettings()

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

public PatchSettings ();
Public Sub New ()

適用対象

PatchSettings(InGuestPatchMode)

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

public PatchSettings (Microsoft.Azure.Management.Compute.Fluent.Models.InGuestPatchMode patchMode = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.PatchSettings : Microsoft.Azure.Management.Compute.Fluent.Models.InGuestPatchMode -> Microsoft.Azure.Management.Compute.Fluent.Models.PatchSettings
Public Sub New (Optional patchMode As InGuestPatchMode = Nothing)

パラメーター

patchMode
InGuestPatchMode

IaaS 仮想マシンへのゲスト内パッチ適用のモードを指定します。<br /><br /> 使用可能な値は:<br /><br />Manual - 仮想マシンへのパッチの適用を制御します。 これを行うには、VM 内でパッチを手動で適用します。 このモードでは、自動更新は無効になります。プロパティ WindowsConfiguration.enableAutomaticUpdates は false<br /><br />AutomaticByOS である必要があります。仮想マシンは OS によって自動的に更新されます。 プロパティ WindowsConfiguration.enableAutomaticUpdates は true である必要があります。 <br /><br /> ** AutomaticByPlatform** - 仮想マシンはプラットフォームによって自動的に更新されます。 provisionVMAgent プロパティと WindowsConfiguration.enableAutomaticUpdates プロパティは true である必要があります。 指定できる値は、'Manual'、'AutomaticByOS'、'AutomaticByPlatform' です。

適用対象