你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.