TeamFoundationServer2013.TFSInstallationTFSInstallation

TeamFoundationServer2013.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
ElementIdfb968237-0b9d-6353-47d0-83c6dce2ca6a

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 
TeamFoundationServer2013.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="TeamFoundationServer2013.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>