Uses of Class
com.microsoft.azure.management.appservice.AutoHealCustomAction
Packages that use AutoHealCustomAction
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of AutoHealCustomAction in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AutoHealCustomActionModifier and TypeMethodDescriptionAutoHealActions.customAction()
Get custom action to be taken.Set executable to be run.AutoHealCustomAction.withParameters
(String parameters) Set parameters for the executable.Methods in com.microsoft.azure.management.appservice with parameters of type AutoHealCustomActionModifier and TypeMethodDescriptionAutoHealActions.withCustomAction
(AutoHealCustomAction customAction) Set custom action to be taken.