TeamFoundationServer2015.TfsProxyTFS Proxy

TeamFoundationServer2015.TfsProxy (ClassType)

An AT Server that has the TFS Proxy Server software installed.

Knowledge Base article:

Summary

The TFS Proxy server provides caching proxy services to enhance performance at sites that may be remote or connected with lower speed networks from the main TFS installation.

Element properties:

Base ClassMicrosoft.Windows.ComputerRole
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId2343f519-b341-6dbb-e5f9-017434d602a4

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.TfsProxy:
ProxyName  string  Proxy Name true 256  False 
ObjectPath  string  Object Path The Object Path includes the details needed for monitors to evaluate the status of this Item false 256  False 
Port  string  Proxy Port false  False 
UseSsl  bool  Use Secure Sockets Layer Use SSL for web services, this TFS proxy only has SSL binding available. false 256   
Uris  string  Uniform Resource Identifiers false 256  False 

Health Model:

Source Code:

<ClassType ID="TeamFoundationServer2015.TfsProxy" Accessibility="Public" Abstract="false" Base="Windows!Microsoft.Windows.ComputerRole" Hosted="true" Singleton="false" Extension="false">
<Property ID="ProxyName" Type="string" AutoIncrement="false" Key="true" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="ObjectPath" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Port" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="6" MinLength="0" Required="false" Scale="0"/>
<Property ID="UseSsl" Type="bool" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
<Property ID="Uris" Type="string" AutoIncrement="false" Key="false" CaseSensitive="false" MaxLength="256" MinLength="0" Required="false" Scale="0"/>
</ClassType>