Uses of Class
com.microsoft.azure.management.appservice.AutoHealActions
Packages that use AutoHealActions
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AutoHealActions in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AutoHealActionsModifier and TypeMethodDescriptionAutoHealRules.actions()Get actions to be executed when a rule is triggered.AutoHealActions.withActionType(AutoHealActionType actionType) Set predefined action to be taken.AutoHealActions.withCustomAction(AutoHealCustomAction customAction) Set custom action to be taken.AutoHealActions.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 AutoHealActionsModifier and TypeMethodDescriptionAutoHealRules.withActions(AutoHealActions actions) Set actions to be executed when a rule is triggered.