GetScheduledAlertRuleResult

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
constructor(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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Name of the alert rule template used to create this rule.

Link copied to clipboard
val description: String? = null

The description of the alert rule.

Link copied to clipboard

The display name for alerts created by this alert rule.

Link copied to clipboard

Determines whether this alert rule is enabled or disabled.

Link copied to clipboard
val etag: String? = null

Etag of the azure resource

Link copied to clipboard
val id: String

Azure resource Id

Link copied to clipboard

The kind of the alert rule Expected value is 'Scheduled'.

Link copied to clipboard

The last time that this alert rule has been modified.

Link copied to clipboard

Azure resource name

Link copied to clipboard

The query that creates alerts for this rule.

Link copied to clipboard

The frequency (in ISO 8601 duration format) for this alert rule to run.

Link copied to clipboard

The period (in ISO 8601 duration format) that this alert rule looks at.

Link copied to clipboard

The severity for alerts created by this alert rule.

Link copied to clipboard

The suppression (in ISO 8601 duration format) to wait since last time this alert rule been triggered.

Link copied to clipboard

Determines whether the suppression for this alert rule is enabled or disabled.

Link copied to clipboard
val tactics: List<String>? = null

The tactics of the alert rule

Link copied to clipboard

The operation against the threshold that triggers alert rule.

Link copied to clipboard

The threshold triggers this alert rule.

Link copied to clipboard

Azure resource type