次の方法で共有


MaintenancePatchConfiguration クラス

定義

パッチ実行の入力構成。

public class MaintenancePatchConfiguration
type MaintenancePatchConfiguration = class
Public Class MaintenancePatchConfiguration
継承
MaintenancePatchConfiguration

コンストラクター

MaintenancePatchConfiguration()

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

プロパティ

LinuxParameters

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

RebootSetting

パッチ操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動優先設定が可能です。

WindowsParameters

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

適用対象