VirtualMachineInstallPatchesParameters コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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 の入力
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET