public final class AutoHealCustomAction extends Object
| Constructor and Description |
|---|
AutoHealCustomAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
exe()
Get the exe property: Executable to be run.
|
String |
parameters()
Get the parameters property: Parameters for the executable.
|
void |
validate()
Validates the instance.
|
AutoHealCustomAction |
withExe(String exe)
Set the exe property: Executable to be run.
|
AutoHealCustomAction |
withParameters(String parameters)
Set the parameters property: Parameters for the executable.
|
public String exe()
public AutoHealCustomAction withExe(String exe)
exe - the exe value to set.public String parameters()
public AutoHealCustomAction withParameters(String parameters)
parameters - the parameters value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.