Sdílet prostřednictvím


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

Return Value

Type: System.Net.Http.HttpResponseMessage

.NET Framework Security

See Also

Reference

ServersController Class

Microsoft.TeamFoundation.Build.Server.Rest Namespace