Microsoft.SystemCenter.Apm.ApplicationComponentBaseBaza składnika APM

Microsoft.SystemCenter.Apm.ApplicationComponentBase (ClassType)

Element properties:

Base ClassSystem.LogicalEntity
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId644a3827-1a3a-eeb1-07a7-1ef5dd3ea554

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PLK) Description (PLK) Key Max Length Min Length Max Value Min Value Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Nazwa wyświetlana Wyświetlana nazwa obiektu. false 4000      False     
System.ConfigItem:
ObjectStatus  enum  Stan obiektu Stan obiektu false 256        System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Stan zasobu Stan zasobu false 256          System.ConfigItem.AssetStatusEnum 
Notes  richtext  Uwagi Uwagi false 4000           
Microsoft.SystemCenter.Apm.ApplicationComponentBase:
ApplicationName  string  Nazwa Nazwa składnika aplikacji false 256      False     
MonitoringComputerGroup  guid  Grupa monitorowanych komputerów Członkowie tej grupy komputerów będą celem odnajdywania aplikacji false 256           
PerformanceRateMonitorEnabled  bool  Włączono Procent zdarzeń wydajności/s Oznacz flagą, aby określić, czy monitor Procent zdarzeń wydajności/s jest włączony dla zdarzeń aplikacji false 256           
PerformanceRateMonitorInterval  int  Interwał licznika Procent zdarzeń wydajności/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wydajności/s utrzyma się powyżej progu przez dany interwał czasu. false 256  2147483647  30       
PerformanceRateMonitorThreshold  double  Próg licznika Procent zdarzeń wydajności/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wydajności/s utrzyma się progu przez określony interwał czasu. false 256           
ExceptionRateMonitorEnabled  bool  Procent zdarzeń wyjątków/s Oznacz flagą, aby określić, czy monitor Procent zdarzeń wyjątków/s jest włączony dla zdarzeń aplikacji false 256           
ExceptionRateMonitorInterval  int  Interwał licznika Procent zdarzeń wyjątków/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wyjątków/s utrzyma się powyżej progu przez dany interwał czasu. false 256  2147483647  30       
ExceptionRateMonitorThreshold  double  Próg licznika Procent zdarzeń wyjątków/s Alert zostanie wygenerowany, jeśli średnia wartość licznika Procent zdarzeń wyjątków/s utrzyma się powyżej progu przez dany interwał czasu. false 256           
AvgRequestTimeMonitorEnabled  bool  Średni czas żądania Oznacz flagą, aby określić, czy monitor Średni czas żądania jest włączony dla zdarzeń aplikacji false 256           
AvgRequestTimeMonitorInterval  int  Średni interwał czasu żądań Alert zostanie wygenerowany, jeśli średnia wartość licznika Średni Licznik czasu żądań pozostaje powyżej wartości progowej przez ten okres. false 256  2147483647  30       
AvgRequestTimeMonitorThreshold  int  Średni Próg czasu żądań Alert zostanie wygenerowany, jeśli średnia wartość licznika Średni Licznik czasu żądań pozostaje powyżej tej wartości progowej przez wskazany okres. false 256  2147483647       

Health Model:

Source Code:

<ClassType ID="Microsoft.SystemCenter.Apm.ApplicationComponentBase" Base="System!System.LogicalEntity" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false">
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256" MinLength="0"/>
<Property ID="MonitoringComputerGroup" Type="guid" CaseSensitive="false" Key="false"/>
<!--Performance Rate Monitor Configuration-->
<Property ID="PerformanceRateMonitorEnabled" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="PerformanceRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="PerformanceRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Exception Rate Monitor Configuration-->
<Property ID="ExceptionRateMonitorEnabled" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="ExceptionRateMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="ExceptionRateMonitorThreshold" Type="double" CaseSensitive="false" Key="false" MinValue="0" MaxValue="100"/>
<!--Avg Request Time Monitor Configuration-->
<Property ID="AvgRequestTimeMonitorEnabled" Type="bool" CaseSensitive="false" Key="false"/>
<Property ID="AvgRequestTimeMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="AvgRequestTimeMonitorThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="1"/>
</ClassType>