Uses of Class
com.microsoft.azure.management.monitor.AlertSeverity
Packages that use AlertSeverity
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AlertSeverity in com.microsoft.azure.management.monitor
Fields in com.microsoft.azure.management.monitor declared as AlertSeverityModifier and TypeFieldDescriptionstatic final AlertSeverityAlertSeverity.FOURStatic value 4 for AlertSeverity.static final AlertSeverityAlertSeverity.ONEStatic value 1 for AlertSeverity.static final AlertSeverityAlertSeverity.THREEStatic value 3 for AlertSeverity.static final AlertSeverityAlertSeverity.TWOStatic value 2 for AlertSeverity.static final AlertSeverityAlertSeverity.ZEROStatic value 0 for AlertSeverity.Methods in com.microsoft.azure.management.monitor that return AlertSeverityModifier and TypeMethodDescriptionstatic AlertSeverityAlertSeverity.fromString(String name) Creates or finds a AlertSeverity from its string representation.AlertingAction.severity()Get severity of the alert.Methods in com.microsoft.azure.management.monitor that return types with arguments of type AlertSeverityMethods in com.microsoft.azure.management.monitor with parameters of type AlertSeverityModifier and TypeMethodDescriptionAlertingAction.withSeverity(AlertSeverity severity) Set severity of the alert.