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
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 Java