### YamlMime:JavaEnum fields: - fullName: com.microsoft.azure.management.appservice.AutoHealActionType.CUSTOM_ACTION name: CUSTOM_ACTION nameWithType: AutoHealActionType.CUSTOM_ACTION summary:
Enum value CustomAction.
uid: com.microsoft.azure.management.appservice.AutoHealActionType.CUSTOM_ACTION - fullName: com.microsoft.azure.management.appservice.AutoHealActionType.LOG_EVENT name: LOG_EVENT nameWithType: AutoHealActionType.LOG_EVENT summary:Enum value LogEvent.
uid: com.microsoft.azure.management.appservice.AutoHealActionType.LOG_EVENT - fullName: com.microsoft.azure.management.appservice.AutoHealActionType.RECYCLE name: RECYCLE nameWithType: AutoHealActionType.RECYCLE summary:Enum value Recycle.
uid: com.microsoft.azure.management.appservice.AutoHealActionType.RECYCLE inheritances: -the serialized value to parse.
name: value type:the parsed AutoHealActionType object, or null if unable to parse.
type:Parses a serialized value to a AutoHealActionType instance.
syntax: public static AutoHealActionType fromString(String value) uid: com.microsoft.azure.management.appservice.AutoHealActionType.fromString(String) - fullName: com.microsoft.azure.management.appservice.AutoHealActionType.toString() name: toString() nameWithType: AutoHealActionType.toString() returns: type:Defines values for AutoHealActionType.
metadata: {}