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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Java