Get Scheduled Alert Rule Result
data class GetScheduledAlertRuleResult(val alertRuleTemplateName: String? = null, val description: String? = null, val displayName: String, val enabled: Boolean, val etag: String? = null, val id: String, val kind: String, val lastModifiedUtc: String, val name: String, val query: String, val queryFrequency: String, val queryPeriod: String, val severity: String, val suppressionDuration: String, val suppressionEnabled: Boolean, val tactics: List<String>? = null, val triggerOperator: String, val triggerThreshold: Int, val type: String)
Represents scheduled alert rule.
Constructors
Link copied to clipboard
fun GetScheduledAlertRuleResult(alertRuleTemplateName: String? = null, description: String? = null, displayName: String, enabled: Boolean, etag: String? = null, id: String, kind: String, lastModifiedUtc: String, name: String, query: String, queryFrequency: String, queryPeriod: String, severity: String, suppressionDuration: String, suppressionEnabled: Boolean, tactics: List<String>? = null, triggerOperator: String, triggerThreshold: Int, type: String)