Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealCustomAction
-
Packages that use AutoHealCustomAction Package Description com.azure.resourcemanager.appservice.models 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 AutoHealCustomAction Modifier and Type Method Description AutoHealCustomActionAutoHealActions. customAction()Get the customAction property: Custom action to be taken.AutoHealCustomActionAutoHealCustomAction. withExe(String exe)Set the exe property: Executable to be run.AutoHealCustomActionAutoHealCustomAction. withParameters(String parameters)Set the parameters property: Parameters for the executable.Methods in com.azure.resourcemanager.appservice.models with parameters of type AutoHealCustomAction Modifier and Type Method Description AutoHealActionsAutoHealActions. withCustomAction(AutoHealCustomAction customAction)Set the customAction property: Custom action to be taken.
-