Uses of Enum
com.azure.resourcemanager.appservice.models.AutoHealActionType
Packages that use AutoHealActionType
Package
Description
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 AutoHealActionTypeModifier and TypeMethodDescriptionAutoHealActions.actionType()Get the actionType property: Predefined action to be taken.static AutoHealActionTypeAutoHealActionType.fromString(String value) Parses a serialized value to a AutoHealActionType instance.static AutoHealActionTypeReturns 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 AutoHealActionTypeModifier and TypeMethodDescriptionAutoHealActions.withActionType(AutoHealActionType actionType) Set the actionType property: Predefined action to be taken.