次の方法で共有


VirtualMachineInstallPatchesParameters コンストラクター

定義

オーバーロード

VirtualMachineInstallPatchesParameters()

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

VirtualMachineInstallPatchesParameters(String, String, WindowsParameters, LinuxParameters)

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

VirtualMachineInstallPatchesParameters()

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

public VirtualMachineInstallPatchesParameters ();
Public Sub New ()

適用対象

VirtualMachineInstallPatchesParameters(String, String, WindowsParameters, LinuxParameters)

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

public VirtualMachineInstallPatchesParameters (string rebootSetting, string maximumDuration = default, Microsoft.Azure.Management.Compute.Models.WindowsParameters windowsParameters = default, Microsoft.Azure.Management.Compute.Models.LinuxParameters linuxParameters = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineInstallPatchesParameters : string * string * Microsoft.Azure.Management.Compute.Models.WindowsParameters * Microsoft.Azure.Management.Compute.Models.LinuxParameters -> Microsoft.Azure.Management.Compute.Models.VirtualMachineInstallPatchesParameters
Public Sub New (rebootSetting As String, Optional maximumDuration As String = Nothing, Optional windowsParameters As WindowsParameters = Nothing, Optional linuxParameters As LinuxParameters = Nothing)

パラメーター

rebootSetting
String

ソフトウェア更新操作中に VM を再起動できるタイミングを定義します。 使用可能な値には、'IfRequired'、'Never'、'Always' などがあります。

maximumDuration
String

操作を実行する最大時間を指定します。 PT4H (4 時間) などの ISO 8601 準拠の期間文字列である必要があります

windowsParameters
WindowsParameters

API によって直接受信された Windows VM 上の InstallPatches の入力

linuxParameters
LinuxParameters

API によって直接受信される Linux VM 上の InstallPatches の入力

適用対象