Uses of Class
com.azure.resourcemanager.appservice.models.AutoHealActionType
-
Packages that use AutoHealActionType Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of AutoHealActionType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return AutoHealActionType Modifier and Type Method Description AutoHealActionTypeAutoHealActions. actionType()Get the actionType property: Predefined action to be taken.static AutoHealActionTypeAutoHealActionType. fromString(String value)Parses a serialized value to a AutoHealActionType instance.static AutoHealActionTypeAutoHealActionType. valueOf(String name)Returns the enum constant of this type with the specified name.static AutoHealActionType[]AutoHealActionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.appservice.models with parameters of type AutoHealActionType Modifier and Type Method Description AutoHealActionsAutoHealActions. withActionType(AutoHealActionType actionType)Set the actionType property: Predefined action to be taken.
-