Microsoft.Amalga.Library.AmalgaWindowsServiceAmalga Windows Service

Microsoft.Amalga.Library.AmalgaWindowsService (ClassType)

This class represents a MSCS clustered or non clustered Amalga Windows service, and will contain 1 or more node objects which represent the service on 1 or more servers.

Element properties:

Base ClassMicrosoft.Amalga.Library.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId362a9172-466f-9aad-d770-88b6814697d2

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.Amalga.Library.ApplicationComponent:
EventSourceName  string  Event Source Name false 256  False 
EventLogName  string  Event Log Name false 256  False 
ClassName  string  Class Name false 256  False 
AgentName  string  Agent Name false 256  False 
Microsoft.Amalga.Library.AmalgaWindowsService:
ServiceInstanceName  string  Service Instance Name true 256  False 
ServiceType  string  Service Type true 256  False 
IsClusteredService  string  Is Clustered Service true 256  False 
VIPName  string  VIP Name true 256  False 
Environment  string  Environment true 256  False 
PossibleOwnerCount  string  Possible Owner Count Count of possible owner nodes if this service is clustered false 256  False 
ClusterName  string  Cluster Name false 256  False 
ResourceGroupName  string  Resource Group Name false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Amalga.Library.AmalgaWindowsService" Accessibility="Public" Abstract="true" Base="Microsoft.Amalga.Library.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="ServiceInstanceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ServiceType" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="IsClusteredService" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="VIPName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Environment" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PossibleOwnerCount" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ClusterName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ResourceGroupName" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>