AlertsSuppressionRule type
描述抑制规则
type AlertsSuppressionRule = Resource & {
alertType?: string
comment?: string
expirationDateUtc?: Date
lastModifiedUtc?: Date
reason?: string
state?: RuleState
suppressionAlertsScope?: SuppressionAlertsScope
}