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 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.azure.resourcemanager.monitor.models that return AlertSeverityModifier and TypeMethodDescriptionstatic AlertSeverityAlertSeverity.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.