Microsoft.IntelligencePacks.NetworkMonitoringAgentConfigurationMicrosoft.IntelligencePacks.NetworkMonitoringAgentConfiguration (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdc59dd847-3f0b-be1f-2d37-6392cafdad92

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.IntelligencePacks.NetworkMonitoringAgentConfiguration:
IsIPCompressionEnabled  bool      true 256       
NetworkNameToNetworkMap  string      true 2147483647  False     
AgentFqdnToAgentMap  string      true 2147483647  False     
RuleNameToRuleMap  string      true 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.IntelligencePacks.NetworkMonitoringAgentConfiguration" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="IsIPCompressionEnabled" Type="bool" Key="true"/>
<Property ID="NetworkNameToNetworkMap" Type="string" Key="true" MaxLength="2147483647"/>
<Property ID="AgentFqdnToAgentMap" Type="string" Key="true" MaxLength="2147483647"/>
<Property ID="RuleNameToRuleMap" Type="string" Key="true" MaxLength="2147483647"/>
</ClassType>