An AT Server that has the TFS Proxy Server software installed.
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.
Base Class | Microsoft.Windows.ComputerRole |
Abstract | False |
Hosted | True |
Singleton | False |
Extension | False |
Accessibility | Public |
ElementId | 8fe3b2cc-499c-2983-9808-60a57991429c |
Property Name | Type | Display Name (ENU) | Description (ENU) | Key | Max Length | Min Length | Case Sensitive |
---|---|---|---|---|---|---|---|
System.Entity: | |||||||
![]() |
string | Display Name | Display name of monitoring object. | false | 256 | 0 | False |
TeamFoundationServer2017.TfsProxy: | |||||||
![]() |
string | Proxy Name | true | 256 | 0 | False | |
![]() |
string | Object Path | The Object Path includes the details needed for monitors to evaluate the status of this Item | false | 256 | 0 | False |
![]() |
string | Proxy Port | false | 6 | 0 | False | |
![]() |
bool | Use Secure Sockets Layer | Use SSL for web services, this TFS proxy only has SSL binding available. | false | 256 | 0 | |
![]() |
string | Uniform Resource Identifiers | false | 256 | 0 | False |
<ClassType ID="TeamFoundationServer2017.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>