TeamFoundationServer2013.TFSBaseWebServiceTFSBaseWebService

TeamFoundationServer2013.TFSBaseWebService (ClassType)

Knowledge Base article:

Summary

Base class for all TFS web services that are modeled within System Center Operations Manager.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractTrue
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId5aff4f38-6ea6-dd86-9c04-cf2ab911200a

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.TFSBaseWebService:
ServiceName  string  Service Name The name of the web service true 256  False 
InstalledPort  string  Installed Port Port that the TFS instance is installed on, default port is 8080, but if a non-default port is used it will be entered as an override to the discovery and copied to this object during the discovery phase. false  False 
VirtualDirectory  string  Virtual Directory The virtual directory that TFS is installed in false 256  False 
useSSL  bool  Use SSL Use SSL for web services, this is an SSL only TFS installation with no non-SSL bindings available. false 256   

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2013.TFSBaseWebService" Accessibility="Public" Abstract="true" Base="Windows!Microsoft.Windows.ApplicationComponent" Hosted="false" Singleton="false">
<Property ID="ServiceName" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="InstalledPort" Type="string" Key="false" CaseSensitive="false" Length="6" MinLength="0"/>
<Property ID="VirtualDirectory" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="useSSL" Type="bool" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>