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

The NewEntityConfiguration 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 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