Uses of Class
com.azure.resourcemanager.monitor.models.AlertingAction
-
Packages that use AlertingAction Package Description com.azure.resourcemanager.monitor.models Package containing the data models for MonitorClient. -
-
Uses of AlertingAction in com.azure.resourcemanager.monitor.models
Methods in com.azure.resourcemanager.monitor.models that return AlertingAction Modifier and Type Method Description AlertingActionAlertingAction. withAznsAction(AzNsActionGroup aznsAction)Set the aznsAction property: Azure action group reference.AlertingActionAlertingAction. withSeverity(AlertSeverity severity)Set the severity property: Severity of the alert.AlertingActionAlertingAction. withThrottlingInMin(Integer throttlingInMin)Set the throttlingInMin property: time (in minutes) for which Alerts should be throttled or suppressed.AlertingActionAlertingAction. withTrigger(TriggerCondition trigger)Set the trigger property: The trigger condition that results in the alert rule being.
-