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