Class AutoHealCustomAction
java.lang.Object
com.microsoft.azure.management.appservice.AutoHealCustomAction
Custom action to be executed
when an auto heal rule is triggered.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexe()
Get executable to be run.Get parameters for the executable.Set executable to be run.withParameters
(String parameters) Set parameters for the executable.
-
Constructor Details
-
AutoHealCustomAction
public AutoHealCustomAction()
-
-
Method Details
-
exe
Get executable to be run.- Returns:
- the exe value
-
withExe
Set executable to be run.- Parameters:
exe
- the exe value to set- Returns:
- the AutoHealCustomAction object itself.
-
parameters
Get parameters for the executable.- Returns:
- the parameters value
-
withParameters
Set parameters for the executable.- Parameters:
parameters
- the parameters value to set- Returns:
- the AutoHealCustomAction object itself.
-