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 AlertSeverity
AlertSeverity.FOUR
Static value 4 for AlertSeverity.static final AlertSeverity
AlertSeverity.ONE
Static value 1 for AlertSeverity.static final AlertSeverity
AlertSeverity.THREE
Static value 3 for AlertSeverity.static final AlertSeverity
AlertSeverity.TWO
Static value 2 for AlertSeverity.static final AlertSeverity
AlertSeverity.ZERO
Static value 0 for AlertSeverity.Methods in com.microsoft.azure.management.monitor that return AlertSeverityModifier and TypeMethodDescriptionstatic AlertSeverity
AlertSeverity.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.