Class AutoHealRules
java.lang.Object
com.azure.resourcemanager.appservice.models.AutoHealRules
Rules that can be defined for auto-heal.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactions()Get the actions property: Actions to be executed when a rule is triggered.triggers()Get the triggers property: Conditions that describe when to execute the auto-heal actions.voidvalidate()Validates the instance.withActions(AutoHealActions actions) Set the actions property: Actions to be executed when a rule is triggered.withTriggers(AutoHealTriggers triggers) Set the triggers property: Conditions that describe when to execute the auto-heal actions.
-
Constructor Details
-
AutoHealRules
public AutoHealRules()Creates an instance of AutoHealRules class.
-
-
Method Details
-
triggers
Get the triggers property: Conditions that describe when to execute the auto-heal actions.- Returns:
- the triggers value.
-
withTriggers
Set the triggers property: Conditions that describe when to execute the auto-heal actions.- Parameters:
triggers- the triggers value to set.- Returns:
- the AutoHealRules object itself.
-
actions
Get the actions property: Actions to be executed when a rule is triggered.- Returns:
- the actions value.
-
withActions
Set the actions property: Actions to be executed when a rule is triggered.- Parameters:
actions- the actions value to set.- Returns:
- the AutoHealRules object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-