Microsoft.IntelligencePacks.NetworkMonitoringConfigurationMicrosoft.IntelligencePacks.NetworkMonitoringConfiguration (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda2b1355f-f08c-ca6d-1dd1-44a86327d851

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.NetworkMonitoringConfiguration:
NetworkNameToNetworkMap  string      true 2147483647  False     
SubnetIdToSubnetMap  string      true 2147483647  False     
AgentFqdnToAgentMap  string      true 2147483647  False     
RuleNameToRuleMap  string      true 2147483647  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.IntelligencePacks.NetworkMonitoringConfiguration" Base="System!System.LogicalEntity" Accessibility="Public" Abstract="false" Singleton="false">
<Property ID="NetworkNameToNetworkMap" Type="string" Key="true" MaxLength="2147483647"/>
<Property ID="SubnetIdToSubnetMap" 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>