次の方法で共有


InputPatchConfiguration クラス

定義

パッチ実行の入力構成

[Microsoft.Rest.Serialization.JsonTransformation]
public class InputPatchConfiguration
[<Microsoft.Rest.Serialization.JsonTransformation>]
type InputPatchConfiguration = class
Public Class InputPatchConfiguration
継承
InputPatchConfiguration
属性

コンストラクター

InputPatchConfiguration()

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

InputPatchConfiguration(String, InputWindowsParameters, InputLinuxParameters, IList<TaskProperties>, IList<TaskProperties>)

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

プロパティ

LinuxParameters

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

PostTasks

投稿タスクの一覧を取得または設定します。 例: [{'source' :'Runbook', 'taskScope': 'Resource', 'parameters': { 'arg1': 'value1'}}]

PreTasks

事前タスクの一覧を取得または設定します。 例: [{'source' :'runbook', 'taskScope': 'Global', 'parameters': { 'arg1': 'value1'}}]

RebootSetting

パッチ操作が完了した後にマシンを再起動するかどうかに基づいて、ユーザーが定義した再起動の設定を取得または設定します。 使用可能な値には、'IfRequired'、'Never'、'Always' などがあります。

WindowsParameters

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

適用対象