次の方法で共有


WindowsVmGuestPatchMode 構造体

定義

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

public readonly struct WindowsVmGuestPatchMode : IEquatable<Azure.ResourceManager.Compute.Models.WindowsVmGuestPatchMode>
type WindowsVmGuestPatchMode = struct
Public Structure WindowsVmGuestPatchMode
Implements IEquatable(Of WindowsVmGuestPatchMode)
継承
WindowsVmGuestPatchMode
実装

コンストラクター

WindowsVmGuestPatchMode(String)

WindowsVmGuestPatchMode の新しいインスタンスを初期化します。

プロパティ

AutomaticByOS

AutomaticByOS。

AutomaticByPlatform

AutomaticByPlatform。

Manual

手動。

メソッド

Equals(WindowsVmGuestPatchMode)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(WindowsVmGuestPatchMode, WindowsVmGuestPatchMode)

2 つの WindowsVmGuestPatchMode 値が同じかどうかを判断します。

Implicit(String to WindowsVmGuestPatchMode)

文字列を WindowsVmGuestPatchMode に変換します。

Inequality(WindowsVmGuestPatchMode, WindowsVmGuestPatchMode)

2 つの WindowsVmGuestPatchMode 値が同じでないかどうかを判断します。

適用対象