Sdílet prostřednictvím


AlertsSuppressionRule type

Popisuje pravidlo potlačení.

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