Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealActions
-
Packages that use AutoHealActions Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AutoHealActions in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AutoHealActions Modifier and Type Method Description AutoHealActionsAutoHealRules. actions()Get the actions property: Actions to be executed when a rule is triggered.AutoHealActionsAutoHealActions. withActionType(AutoHealActionType actionType)Set the actionType property: Predefined action to be taken.AutoHealActionsAutoHealActions. withCustomAction(AutoHealCustomAction customAction)Set the customAction property: Custom action to be taken.AutoHealActionsAutoHealActions. withMinProcessExecutionTime(String minProcessExecutionTime)Set the minProcessExecutionTime property: Minimum time the process must execute before taking the action.Methods in com.azure.resourcemanager.appservice.models with parameters of type AutoHealActions Modifier and Type Method Description AutoHealRulesAutoHealRules. withActions(AutoHealActions actions)Set the actions property: Actions to be executed when a rule is triggered.
-