AlertsSuppressionRule interface
Describes the suppression rule
- Extends
Properties
alert |
Type of the alert to automatically suppress. For all alert types, use '*' |
comment | Any comment regarding the rule |
expiration |
Expiration date of the rule, if value is not provided or provided as null there will no expiration at all |
last |
The last time this rule was modified NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for dismissing the alert |
state | Possible states of the rule |
suppression |
The suppression conditions |
Inherited Properties
id | Resource Id NOTE: This property will not be serialized. It can only be populated by the server. |
name | Resource name NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertType
Type of the alert to automatically suppress. For all alert types, use '*'
alertType?: string
Property Value
string
comment
Any comment regarding the rule
comment?: string
Property Value
string
expirationDateUtc
Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
expirationDateUtc?: Date
Property Value
Date
lastModifiedUtc
The last time this rule was modified NOTE: This property will not be serialized. It can only be populated by the server.
lastModifiedUtc?: Date
Property Value
Date
reason
The reason for dismissing the alert
reason?: string
Property Value
string
state
suppressionAlertsScope
The suppression conditions
suppressionAlertsScope?: SuppressionAlertsScope
Property Value
Inherited Property Details
id
Resource Id NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From Resource.id
name
Resource name NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From Resource.name
type
Resource type NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From Resource.type
Azure SDK for JavaScript