AlertingActionResponse

data class AlertingActionResponse(val aznsAction: AzNsActionGroupResponse? = null, val odataType: String, val severity: String, val throttlingInMin: Int? = null, val trigger: TriggerConditionResponse)

Specify action need to be taken when rule type is Alert

Constructors

Link copied to clipboard
constructor(aznsAction: AzNsActionGroupResponse? = null, odataType: String, severity: String, throttlingInMin: Int? = null, trigger: TriggerConditionResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Azure action group reference.

Link copied to clipboard

Specifies the action. Supported values - AlertingAction, LogToMetricAction Expected value is 'Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models.Microsoft.AppInsights.Nexus.DataContracts.Resources.ScheduledQueryRules.AlertingAction'.

Link copied to clipboard

Severity of the alert

Link copied to clipboard
val throttlingInMin: Int? = null

time (in minutes) for which Alerts should be throttled or suppressed.

Link copied to clipboard

The trigger condition that results in the alert rule being.