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

The Entity type exposes the following members.

Properties
  NameDescription
Public propertyAgentId
Gets the ID of the agent which reports information from this entity.
(Inherited from EntityConfiguration.)
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 this entity.
Public propertyIPAddresses
Gets a dictionary which maps target aliases to IP addresses associated with the entity.
(Inherited from EntityConfiguration.)
Public propertyLabel
Gets the name of the entity.
(Inherited from EntityConfiguration.)
Public propertyMetadata
Gets a collection of custom metadata associated with the entity.
(Inherited from EntityConfiguration.)
Top
See Also