Package version:

Interface AlertsSuppressionRule

Describes the suppression rule

Hierarchy

Properties

alertType?: string

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

comment?: string

Any comment regarding the rule

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.

id?: string

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

lastModifiedUtc?: Date

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

name?: string

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

reason?: string

The reason for dismissing the alert

state?: RuleState

Possible states of the rule

suppressionAlertsScope?: SuppressionAlertsScope

The suppression conditions

type?: string

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

Generated using TypeDoc