AlarmNotificationHistoryItem Properties |
The AlarmNotificationHistoryItem type exposes the following members.
Name | Description | |
---|---|---|
ExtensionData |
Gets a map of object properties which did not map to another field or property
during JSON deserialization. The keys of the map represent the property names,
and the values are JToken instances containing the parsed JSON
values.
(Inherited from ExtensibleJsonObject.) | |
Id |
Gets the unique identifier of the alarm notification history item.
| |
NotificationPlanId |
Gets the ID of the notification plan associated with the alarm.
| |
PreviousState |
Gets the state of the alarm before this history item.
| |
Results |
Gets a collection of NotificationResult objects describing
the notifications sent by this history item.
| |
State |
Gets the state of the alarm after this history item.
| |
Status |
Gets the status of the history item.
| |
Timestamp |
Gets the timestamp associated with this history item.
| |
TransactionId |
Gets the transaction ID for the history item.
|