Uses of Class
com.microsoft.azure.management.appservice.AutoHealActions
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AutoHealActions in com.microsoft.azure.management.appservice
Modifier 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.Modifier and TypeMethodDescriptionAutoHealRules.withActions
(AutoHealActions actions) Set actions to be executed when a rule is triggered.