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
|
Executable to be run. |
parameters
|
Parameters for the executable. |
Variables
Name | Description |
---|---|
exe
|
Executable to be run. |
parameters
|
Parameters for the executable. |
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for Python