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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java