AlertProperties interface
Alert property bag
Properties
| context | Information specific to the monitor service that gives more contextual details about the alert. |
| custom |
Custom properties that can hold any user defined key-value pairs |
| egress |
Config which would be used for displaying the data in portal. |
| essentials | This object contains consistent fields across different monitor services. |
Property Details
context
Information specific to the monitor service that gives more contextual details about the alert.
context?: any
Property Value
any
customProperties
Custom properties that can hold any user defined key-value pairs
customProperties?: Record<string, string>
Property Value
Record<string, string>
egressConfig
Config which would be used for displaying the data in portal.
egressConfig?: any
Property Value
any
essentials
This object contains consistent fields across different monitor services.
essentials?: Essentials