Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealActions
Packages that use AutoHealActions
Package
Description
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 AutoHealActionsModifier and TypeMethodDescriptionAutoHealRules.actions()
Get the actions property: Actions to be executed when a rule is triggered.static AutoHealActions
AutoHealActions.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AutoHealActions from the JsonReader.AutoHealActions.withActionType
(AutoHealActionType actionType) Set the actionType property: Predefined action to be taken.AutoHealActions.withCustomAction
(AutoHealCustomAction customAction) Set the customAction property: Custom action to be taken.AutoHealActions.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 AutoHealActionsModifier and TypeMethodDescriptionAutoHealRules.withActions
(AutoHealActions actions) Set the actions property: Actions to be executed when a rule is triggered.