Uses of Class
com.microsoft.azure.management.appservice.NotificationLevel
-
-
Uses of NotificationLevel in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return NotificationLevel Modifier and Type Method Description static NotificationLevelNotificationLevel. fromString(String value)Parses a serialized value to a NotificationLevel instance.static NotificationLevelNotificationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationLevel[]NotificationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.
-