Sdílet prostřednictvím


AutoHealCustomAction Class

Custom action to be executed when an auto heal rule is triggered.

Constructor

AutoHealCustomAction(*, exe: str | None = None, parameters: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
exe
str

Executable to be run.

parameters
str

Parameters for the executable.

Variables

Name Description
exe
str

Executable to be run.

parameters
str

Parameters for the executable.