InputPatchConfiguration クラス

  • java.lang.Object
    • com.azure.resourcemanager.maintenance.models.InputPatchConfiguration

public final class InputPatchConfiguration

パッチ実行の入力構成。

コンストラクターの概要

コンストラクター 説明
InputPatchConfiguration()

InputPatchConfiguration クラスのインスタンスを作成します。

メソッドの概要

修飾子と型 メソッドと説明
InputLinuxParameters linuxParameters()

LinuxParameters プロパティを取得します。Linux マシンの修正プログラムに固有の入力パラメーター。

RebootOptions rebootSetting()

再起動設定プロパティを取得する: 修正プログラムの操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動設定の可能性があります。

void validate()

インスタンスを検証します。

InputWindowsParameters windowsParameters()

WindowsParameters プロパティの取得: Windows マシンの修正プログラムの適用に固有の入力パラメーター。

InputPatchConfiguration withLinuxParameters(InputLinuxParameters linuxParameters)

LinuxParameters プロパティを設定します。Linux マシンの修正プログラムに固有の入力パラメーター。

InputPatchConfiguration withRebootSetting(RebootOptions rebootSetting)

[reboot Setting]\(再起動の設定\) プロパティを設定します。修正プログラムの操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動設定が可能です。

InputPatchConfiguration withWindowsParameters(InputWindowsParameters windowsParameters)

windowsParameters プロパティを設定します。Windows マシンの修正プログラムの適用に固有の入力パラメーター。

メソッドの継承元: java.lang.Object

コンストラクターの詳細

InputPatchConfiguration

public InputPatchConfiguration()

InputPatchConfiguration クラスのインスタンスを作成します。

メソッドの詳細

linuxParameters

public InputLinuxParameters linuxParameters()

linuxParameters プロパティを取得します。Linux マシンの修正プログラムの適用に固有の入力パラメーター。 Windows マシンの場合は、このプロパティを渡さないでください。

Returns:

linuxParameters 値。

rebootSetting

public RebootOptions rebootSetting()

rebootSetting プロパティを取得します。修正プログラムの操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動設定の可能性があります。

Returns:

rebootSetting 値。

validate

public void validate()

インスタンスを検証します。

windowsParameters

public InputWindowsParameters windowsParameters()

windowsParameters プロパティを取得します。Windows マシンの修正プログラムの適用に固有の入力パラメーター。 Linux マシンの場合は、このプロパティを渡さないでください。

Returns:

windowsParameters 値。

withLinuxParameters

public InputPatchConfiguration withLinuxParameters(InputLinuxParameters linuxParameters)

linuxParameters プロパティを設定します。Linux マシンの修正プログラムの適用に固有の入力パラメーター。 Windows マシンの場合は、このプロパティを渡さないでください。

Parameters:

linuxParameters - 設定する linuxParameters 値。

Returns:

InputPatchConfiguration オブジェクト自体。

withRebootSetting

public InputPatchConfiguration withRebootSetting(RebootOptions rebootSetting)

rebootSetting プロパティを設定します。修正プログラムの操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動設定の可能性があります。

Parameters:

rebootSetting - 設定する rebootSetting 値。

Returns:

InputPatchConfiguration オブジェクト自体。

withWindowsParameters

public InputPatchConfiguration withWindowsParameters(InputWindowsParameters windowsParameters)

windowsParameters プロパティを設定します。Windows マシンの修正プログラムの適用に固有の入力パラメーター。 Linux マシンの場合は、このプロパティを渡さないでください。

Parameters:

windowsParameters - 設定する windowsParameters 値。

Returns:

InputPatchConfiguration オブジェクト自体。

適用対象