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
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.