Share via


BuildDeploymentWebService.QueryDeploymentsByUri 方法

获取部署与传递的 URI 部署的列表。

命名空间:  Microsoft.TeamFoundation.Build.Server
程序集:  Microsoft.TeamFoundation.Build.Server(在 Microsoft.TeamFoundation.Build.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function QueryDeploymentsByUri ( _
    deploymentUris As String() _
) As List(Of BuildDeployment)
[WebMethodAttribute]
public List<BuildDeployment> QueryDeploymentsByUri(
    string[] deploymentUris
)

参数

  • deploymentUris
    类型:array<System.String[]
    部署查询的 URI

返回值

类型:System.Collections.Generic.List<BuildDeployment>
长度为与 deploymentUris 数组传递的数组 BuildDeployment[]。如果部署未能找到关联中的 Null 返回的数组。

.NET Framework 安全性

请参阅

参考

BuildDeploymentWebService 类

Microsoft.TeamFoundation.Build.Server 命名空间