AutoHealCustomAction Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. AutoHealCustomAction
- com.
public class AutoHealCustomAction
Custom action to be executed when an auto heal rule is triggered.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
exe()
Get the exe value. |
String |
parameters()
Get the parameters value. |
Auto |
withExe(String exe)
Set the exe value. |
Auto |
withParameters(String parameters)
Set the parameters value. |
Method Details
exe
public String exe()
Get the exe value.
Returns:
the exe value
parameters
public String parameters()
Get the parameters value.
Returns:
the parameters value
withExe
public AutoHealCustomAction withExe(String exe)
Set the exe value.
Parameters:
exe
- the exe value to set
Returns:
the AutoHealCustomAction object itself.
withParameters
public AutoHealCustomAction withParameters(String parameters)
Set the parameters value.
Parameters:
parameters
- the parameters value to set
Returns:
the AutoHealCustomAction object itself.
Applies to
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 Java