TeamFoundationServer2015.TfsInstallationTFS Installation

TeamFoundationServer2015.TfsInstallation (ClassType)

Instance of TFS

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
ElementId31180adc-a158-d759-8e8c-13a368ac3265

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 
TeamFoundationServer2015.TfsInstallation:
TfsInstanceID  string  TFS Instance ID true 256  False 
ATServerNames  string  Application Tier Server Names Names of AT Servers assigned to this installation false 255  False 

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2015.TfsInstallation" Accessibility="Public" Abstract="false" Base="System!System.Service" Hosted="false" Singleton="false" Extension="false">
<Property ID="TfsInstanceID" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ATServerNames" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="255" MinLength="0" Required="false" Scale="0"/>
</ClassType>