GetAlertsSuppressionRuleResult

data class GetAlertsSuppressionRuleResult(val alertType: String, val azureApiVersion: String, val comment: String? = null, val expirationDateUtc: String? = null, val id: String, val lastModifiedUtc: String, val name: String, val reason: String, val state: String, val suppressionAlertsScope: SuppressionAlertsScopeResponse? = null, val type: String)

Describes the suppression rule

Constructors

Link copied to clipboard
constructor(alertType: String, azureApiVersion: String, comment: String? = null, expirationDateUtc: String? = null, id: String, lastModifiedUtc: String, name: String, reason: String, state: String, suppressionAlertsScope: SuppressionAlertsScopeResponse? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Type of the alert to automatically suppress. For all alert types, use '*'

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val comment: String? = null

Any comment regarding the rule

Link copied to clipboard

Expiration date of the rule, if value is not provided or provided as null there will no expiration at all

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard

The last time this rule was modified

Link copied to clipboard

Resource name

Link copied to clipboard

The reason for dismissing the alert

Link copied to clipboard

Possible states of the rule

Link copied to clipboard

The suppression conditions

Link copied to clipboard

Resource type