次の方法で共有


VirtualMachineInstallPatchesContent(VmGuestPatchRebootSetting) コンストラクター

定義

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

public VirtualMachineInstallPatchesContent (Azure.ResourceManager.Compute.Models.VmGuestPatchRebootSetting rebootSetting);
new Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesContent : Azure.ResourceManager.Compute.Models.VmGuestPatchRebootSetting -> Azure.ResourceManager.Compute.Models.VirtualMachineInstallPatchesContent
Public Sub New (rebootSetting As VmGuestPatchRebootSetting)

パラメーター

rebootSetting
VmGuestPatchRebootSetting

ソフトウェア更新操作中に VM を再起動できるタイミングを定義します。

適用対象