Uses of Class
com.azure.resourcemanager.monitor.models.EventLevel
-
Packages that use EventLevel Package Description com.azure.resourcemanager.monitor.fluent.models Package containing the inner data models for MonitorClient.com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of EventLevel in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return EventLevel Modifier and Type Method Description EventLevelEventDataInner. level()Get the level property: the event level. -
Uses of EventLevel in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models 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.
-