Uses of Class
com.microsoft.azure.management.appservice.AutoHealActionType
-
-
Uses of AutoHealActionType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return AutoHealActionType Modifier and Type Method Description AutoHealActionTypeAutoHealActions. actionType()Get 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.microsoft.azure.management.appservice with parameters of type AutoHealActionType Modifier and Type Method Description AutoHealActionsAutoHealActions. withActionType(AutoHealActionType actionType)Set predefined action to be taken.
-