AutoHealRules Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. AutoHealRules
- com.
public class AutoHealRules
Rules that can be defined for auto-heal.
Method Summary
Modifier and Type | Method and Description |
---|---|
Auto |
actions()
Get the actions value. |
Auto |
triggers()
Get the triggers value. |
Auto |
withActions(AutoHealActions actions)
Set the actions value. |
Auto |
withTriggers(AutoHealTriggers triggers)
Set the triggers value. |
Method Details
actions
public AutoHealActions actions()
Get the actions value.
Returns:
the actions value
triggers
public AutoHealTriggers triggers()
Get the triggers value.
Returns:
the triggers value
withActions
public AutoHealRules withActions(AutoHealActions actions)
Set the actions value.
Parameters:
actions
- the actions value to set
Returns:
the AutoHealRules object itself.
withTriggers
public AutoHealRules withTriggers(AutoHealTriggers triggers)
Set the triggers value.
Parameters:
triggers
- the triggers value to set
Returns:
the AutoHealRules 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