InputPatchConfiguration クラス
- java.
lang. Object - com.
azure. resourcemanager. maintenance. models. InputPatchConfiguration
- com.
public final class InputPatchConfiguration
パッチ実行の入力構成。
コンストラクターの概要
| コンストラクター | 説明 |
|---|---|
| InputPatchConfiguration() |
Input |
メソッドの概要
| 修飾子と型 | メソッドと説明 |
|---|---|
|
Input |
linuxParameters()
Linux |
|
Reboot |
rebootSetting()
再起動 |
| void |
validate()
インスタンスを検証します。 |
|
Input |
windowsParameters()
Windows |
|
Input |
withLinuxParameters(InputLinuxParameters linuxParameters)
Linux |
|
Input |
withRebootSetting(RebootOptions rebootSetting)
[reboot Setting]\(再起動 |
|
Input |
withWindowsParameters(InputWindowsParameters windowsParameters)
windows |
メソッドの継承元: java.lang.Object
コンストラクターの詳細
InputPatchConfiguration
public InputPatchConfiguration()
InputPatchConfiguration クラスのインスタンスを作成します。
メソッドの詳細
linuxParameters
public InputLinuxParameters linuxParameters()
linuxParameters プロパティを取得します。Linux マシンの修正プログラムの適用に固有の入力パラメーター。 Windows マシンの場合は、このプロパティを渡さないでください。
Returns:
rebootSetting
public RebootOptions rebootSetting()
rebootSetting プロパティを取得します。修正プログラムの操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動設定の可能性があります。
Returns:
validate
public void validate()
インスタンスを検証します。
windowsParameters
public InputWindowsParameters windowsParameters()
windowsParameters プロパティを取得します。Windows マシンの修正プログラムの適用に固有の入力パラメーター。 Linux マシンの場合は、このプロパティを渡さないでください。
Returns:
withLinuxParameters
public InputPatchConfiguration withLinuxParameters(InputLinuxParameters linuxParameters)
linuxParameters プロパティを設定します。Linux マシンの修正プログラムの適用に固有の入力パラメーター。 Windows マシンの場合は、このプロパティを渡さないでください。
Parameters:
Returns:
withRebootSetting
public InputPatchConfiguration withRebootSetting(RebootOptions rebootSetting)
rebootSetting プロパティを設定します。修正プログラムの操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動設定の可能性があります。
Parameters:
Returns:
withWindowsParameters
public InputPatchConfiguration withWindowsParameters(InputWindowsParameters windowsParameters)
windowsParameters プロパティを設定します。Windows マシンの修正プログラムの適用に固有の入力パラメーター。 Linux マシンの場合は、このプロパティを渡さないでください。
Parameters:
Returns: