Uses of Class
com.microsoft.azure.management.appservice.AutoHealCustomAction
-
-
Uses of AutoHealCustomAction in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AutoHealCustomAction Modifier and Type Method Description AutoHealCustomActionAutoHealActions. customAction()Get custom action to be taken.AutoHealCustomActionAutoHealCustomAction. withExe(String exe)Set executable to be run.AutoHealCustomActionAutoHealCustomAction. withParameters(String parameters)Set parameters for the executable.Methods in com.microsoft.azure.management.appservice with parameters of type AutoHealCustomAction Modifier and Type Method Description AutoHealActionsAutoHealActions. withCustomAction(AutoHealCustomAction customAction)Set custom action to be taken.
-