Alerting Action Response
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)