Click or drag to resize
AlarmNotificationHistoryItem Properties
This API is preliminary and subject to change.

The AlarmNotificationHistoryItem type exposes the following members.

Properties
  NameDescription
Public propertyExtensionData
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.)
Public propertyId
Gets the unique identifier of the alarm notification history item.
Public propertyNotificationPlanId
Gets the ID of the notification plan associated with the alarm.
Public propertyPreviousState
Gets the state of the alarm before this history item.
Public propertyResults
Gets a collection of NotificationResult objects describing the notifications sent by this history item.
Public propertyState
Gets the state of the alarm after this history item.
Public propertyStatus
Gets the status of the history item.
Public propertyTimestamp
Gets the timestamp associated with this history item.
Public propertyTransactionId
Gets the transaction ID for the history item.
Top
See Also