Microsoft.SystemCenter.Apm.ApplicationInstanceBaseBaza aplikacji APM

Microsoft.SystemCenter.Apm.ApplicationInstanceBase (ClassType)

Element properties:

Base ClassSystem.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIda3b3244e-f224-535b-34b7-957de4c265fb

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.ApplicationInstanceBase:
ApplicationGroupId  string  Identyfikator grupy składników aplikacji .NET Identyfikator grupy składników aplikacji .NET true 256      False     
ApplicationName  string  Nazwa Nazwa wystąpienia aplikacji false 256      False     
ApplicationGroupName  string  Nazwa grupy aplikacji Nazwa grupy aplikacji false 256      False     
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           
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           
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.ApplicationInstanceBase" Base="System!System.ApplicationComponent" Abstract="true" Accessibility="Public" Hosted="false" Singleton="false">
<Property ID="ApplicationGroupId" Type="string" CaseSensitive="false" Key="true" MaxLength="256"/>
<Property ID="ApplicationName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<Property ID="ApplicationGroupName" Type="string" CaseSensitive="false" Key="false" MaxLength="256"/>
<!--Performance Rate Monitor Configuration-->
<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="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="AvgRequestTimeMonitorInterval" Type="int" CaseSensitive="false" Key="false" MinValue="30"/>
<Property ID="AvgRequestTimeMonitorThreshold" Type="int" CaseSensitive="false" Key="false" MinValue="1"/>
</ClassType>