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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python