检索信息节点与与 id(-4) buildId 的生成
命名空间: Microsoft.TeamFoundation.Build.Server.Rest
程序集: Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)
语法
声明
<HttpGetAttribute> _
Public Function GetBuildInformation ( _
buildId As Integer _
) As HttpResponseMessage
[HttpGetAttribute]
public HttpResponseMessage GetBuildInformation(
int buildId
)
参数
- buildId
类型:System.Int32
返回值
类型:System.Net.Http.HttpResponseMessage
查询列出生成信息节点
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。