Microsoft.EnterpriseServiceMonitoring.ServiceLevelDashboard.SLDBaseSLDBase

Microsoft.EnterpriseServiceMonitoring.ServiceLevelDashboard.SLDBase (ClassType)

This is the base class for the Enterpsie Service Monitoring Service Level Dashboard. Instances of this class are Distributed Applications with additional properties such as service level percent values and dashboard grouping.

Element properties:

Base ClassSystem.LogicalEntity
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityInternal
ElementIddfcd8069-d2c9-008b-7556-90941213fe7d

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.EnterpriseServiceMonitoring.ServiceLevelDashboard.SLDBase:
ID  string  ID true 256  False 
AvailabilitySLThreshold  double  Availability SL Threshold false 38   
PerformanceSLThreshold  double  Performance SL Threshold false 38   
DashboardGroup  string  Dashboard Group false 256  False 
GUID  string  GUID false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.EnterpriseServiceMonitoring.ServiceLevelDashboard.SLDBase" Accessibility="Internal" Abstract="false" Base="System!System.LogicalEntity" Hosted="false" Singleton="false">
<Property ID="ID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="AvailabilitySLThreshold" Type="double" Key="false" CaseSensitive="false" Length="38" MinLength="0"/>
<Property ID="PerformanceSLThreshold" Type="double" Key="false" CaseSensitive="false" Length="38" MinLength="0"/>
<Property ID="DashboardGroup" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="GUID" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>