Uses of Class
com.microsoft.azure.management.monitor.AlertSeverity
-
-
Uses of AlertSeverity in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor 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.microsoft.azure.management.monitor 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 severity of the alert.Methods in com.microsoft.azure.management.monitor that return types with arguments of type AlertSeverity Modifier and Type Method Description static Collection<AlertSeverity>AlertSeverity. values()Methods in com.microsoft.azure.management.monitor with parameters of type AlertSeverity Modifier and Type Method Description AlertingActionAlertingAction. withSeverity(AlertSeverity severity)Set severity of the alert.
-