ServersController.GetBuildServiceHosts Method
Gets build servers
Namespace: Microsoft.TeamFoundation.Build.Server.Rest
Assembly: Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetBuildServiceHosts ( _
serviceHost As String _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetBuildServiceHosts(
string serviceHost
)
[HttpGetAttribute]
public:
HttpResponseMessage^ GetBuildServiceHosts(
String^ serviceHost
)
[<HttpGetAttribute>]
member GetBuildServiceHosts :
serviceHost:string -> HttpResponseMessage
public function GetBuildServiceHosts(
serviceHost : String
) : HttpResponseMessage
Parameters
- serviceHost
Type: System.String
Return Value
Type: System.Net.Http.HttpResponseMessage
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.