Uses of Class
com.azure.resourcemanager.monitor.models.AlertSeverity
-
Packages that use AlertSeverity Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AlertSeverity in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models declared as AlertSeverity Modifier and Type Field Description static AlertSeverityAlertSeverity. FOURStatic value 4 for AlertSeverity.static AlertSeverityAlertSeverity. ONEStatic value 1 for AlertSeverity.static AlertSeverityAlertSeverity. THREEStatic value 3 for AlertSeverity.static AlertSeverityAlertSeverity. TWOStatic value 2 for AlertSeverity.static AlertSeverityAlertSeverity. ZEROStatic value 0 for AlertSeverity.Methods in com.azure.resourcemanager.monitor.models that return AlertSeverity Modifier and Type Method Description static AlertSeverityAlertSeverity. fromString(String name)Creates or finds a AlertSeverity from its string representation.AlertSeverityAlertingAction. severity()Get the severity property: Severity of the alert.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AlertSeverity Modifier and Type Method Description static Collection<AlertSeverity>AlertSeverity. values()Methods in com.azure.resourcemanager.monitor.models with parameters of type AlertSeverity Modifier and Type Method Description AlertingActionAlertingAction. withSeverity(AlertSeverity severity)Set the severity property: Severity of the alert.
-