AutoHealCustomAction Class
Custom action to be executed when an auto heal rule is triggered.
- Inheritance
-
azure.mgmt.web._serialization.ModelAutoHealCustomAction
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. |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Python