Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealCustomAction
Packages that use AutoHealCustomAction
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of AutoHealCustomAction in com.azure.resourcemanager.appservice.models
Classes in com.azure.resourcemanager.appservice.models that implement interfaces with type arguments of type AutoHealCustomActionModifier and TypeClassDescriptionfinal classCustom action to be executed when an auto heal rule is triggered.Methods in com.azure.resourcemanager.appservice.models that return AutoHealCustomActionModifier and TypeMethodDescriptionAutoHealActions.customAction()Get the customAction property: Custom action to be taken.static AutoHealCustomActionAutoHealCustomAction.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AutoHealCustomAction from the JsonReader.Set the exe property: Executable to be run.AutoHealCustomAction.withParameters(String parameters) Set the parameters property: Parameters for the executable.Methods in com.azure.resourcemanager.appservice.models with parameters of type AutoHealCustomActionModifier and TypeMethodDescriptionAutoHealActions.withCustomAction(AutoHealCustomAction customAction) Set the customAction property: Custom action to be taken.