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:
triggers
public AutoHealTriggers triggers()
Get the triggers value.
Returns:
withActions
public AutoHealRules withActions(AutoHealActions actions)
Set the actions value.
Parameters:
Returns:
withTriggers
public AutoHealRules withTriggers(AutoHealTriggers triggers)
Set the triggers value.
Parameters:
Returns: