Uses of Class
com.microsoft.azure.management.monitor.AlertSeverity
Package
Description
This package contains the classes for MonitorManagementClient.
-
Uses of AlertSeverity in com.microsoft.azure.management.monitor
Modifier 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.Modifier and TypeMethodDescriptionstatic AlertSeverity
AlertSeverity.fromString
(String name) Creates or finds a AlertSeverity from its string representation.AlertingAction.severity()
Get severity of the alert.Modifier and TypeMethodDescriptionAlertingAction.withSeverity
(AlertSeverity severity) Set severity of the alert.