Partilhar via


AlertsSuppressionRule type

Descreve a regra de supressão

type AlertsSuppressionRule = Resource & {
  alertType?: string
  comment?: string
  expirationDateUtc?: Date
  lastModifiedUtc?: Date
  reason?: string
  state?: RuleState
  suppressionAlertsScope?: SuppressionAlertsScope
}