TeamFoundationServer2012.TFSInstallationTFSInstallation

TeamFoundationServer2012.TFSInstallation (ClassType)

Knowledge Base article:

Summary

The TFS Installation represents a single installation of TFS that is managed within System Center Operations Manager. All other components will be associated to a TFS Installation; this includes AT Tier servers, TFS Warehouse, Team Project Collections, and Build components.

Element properties:

Base ClassSystem.Service
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId06572988-ae2b-509e-5846-51ecf7790a02

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 
TeamFoundationServer2012.TFSInstallation:
TFSInstanceID  string  TFS Instance ID true 256  False 
ATServerNames  string  AT Server Names Names of AT Servers assigned to this installation false 255  False 

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2012.TFSInstallation" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false">
<Property ID="TFSInstanceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="ATServerNames" Type="string" Key="false" CaseSensitive="false" Length="255" MinLength="0"/>
</ClassType>