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