Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AlertsSuppressionRule

Package version

Describes the suppression rule

Hierarchy

Index

Properties

Optional alertType

alertType: undefined | string

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

Optional comment

comment: undefined | string

Any comment regarding the rule

Optional expirationDateUtc

expirationDateUtc: Date

Expiration date of the rule, if value is not provided or provided as null this field will default to the maximum allowed expiration date.

Optional id

id: undefined | string

Resource Id NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedUtc

lastModifiedUtc: Date

The last time this rule was modified NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

Resource name NOTE: This property will not be serialized. It can only be populated by the server.

Optional reason

reason: undefined | string

The reason for dismissing the alert

Optional state

state: RuleState

Possible states of the rule

Optional suppressionAlertsScope

suppressionAlertsScope: SuppressionAlertsScope

The suppression conditions

Optional type

type: undefined | string

Resource type NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc