Uses of Class
com.azure.resourcemanager.monitor.models.AlertSeverity
Packages that use AlertSeverity
Package
Description
Package containing the inner data models for MonitorClient.
Package containing the data models for MonitorClient.
-
Uses of AlertSeverity in com.azure.resourcemanager.monitor.fluent.models
Methods in com.azure.resourcemanager.monitor.fluent.models that return AlertSeverityModifier and TypeMethodDescriptionScheduledQueryRuleProperties.severity()
Get the severity property: Severity of the alert.ScheduledQueryRuleResourceInner.severity()
Get the severity property: Severity of the alert.Methods in com.azure.resourcemanager.monitor.fluent.models with parameters of type AlertSeverityModifier and TypeMethodDescriptionScheduledQueryRuleProperties.withSeverity
(AlertSeverity severity) Set the severity property: Severity of the alert.ScheduledQueryRuleResourceInner.withSeverity
(AlertSeverity severity) Set the severity property: Severity of the alert. -
Uses of AlertSeverity in com.azure.resourcemanager.monitor.models
Fields in com.azure.resourcemanager.monitor.models 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.azure.resourcemanager.monitor.models that return AlertSeverityModifier and TypeMethodDescriptionstatic AlertSeverity
AlertSeverity.fromLong
(long name) Creates or finds a AlertSeverity from its string representation.ScheduledQueryRuleResourcePatch.severity()
Get the severity property: Severity of the alert.Methods in com.azure.resourcemanager.monitor.models that return types with arguments of type AlertSeverityModifier and TypeMethodDescriptionstatic Collection
<AlertSeverity> AlertSeverity.values()
Gets known AlertSeverity values.Methods in com.azure.resourcemanager.monitor.models with parameters of type AlertSeverityModifier and TypeMethodDescriptionScheduledQueryRuleResourcePatch.withSeverity
(AlertSeverity severity) Set the severity property: Severity of the alert.