次の方法で共有


AutoHealActionsOutput interface

ルールがトリガーされたときに自動修復モジュールによって実行されるアクション。

プロパティ

actionType

実行する定義済みのアクション。

customAction

実行するカスタム アクション。

minProcessExecutionTime

アクションを実行する前にプロセスを実行する必要がある最小時間

プロパティの詳細

actionType

実行する定義済みのアクション。

actionType?: "Recycle" | "LogEvent" | "CustomAction"

プロパティ値

"Recycle" | "LogEvent" | "CustomAction"

customAction

実行するカスタム アクション。

customAction?: AutoHealCustomActionOutput

プロパティ値

minProcessExecutionTime

アクションを実行する前にプロセスを実行する必要がある最小時間

minProcessExecutionTime?: string

プロパティ値

string