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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python