Uses of Class
com.microsoft.azure.management.appservice.AutoHealActions
-
-
Uses of AutoHealActions in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AutoHealActions Modifier and Type Method Description AutoHealActionsAutoHealRules. actions()Get actions to be executed when a rule is triggered.AutoHealActionsAutoHealActions. withActionType(AutoHealActionType actionType)Set predefined action to be taken.AutoHealActionsAutoHealActions. withCustomAction(AutoHealCustomAction customAction)Set custom action to be taken.AutoHealActionsAutoHealActions. withMinProcessExecutionTime(String minProcessExecutionTime)Set minimum time the process must execute before taking the action.Methods in com.microsoft.azure.management.appservice with parameters of type AutoHealActions Modifier and Type Method Description AutoHealRulesAutoHealRules. withActions(AutoHealActions actions)Set actions to be executed when a rule is triggered.
-