Share via


BuildDeploymentWebService.QueryDeploymentsByUri Method

Namespace:  Microsoft.TeamFoundation.Build.Server
Assembly:  Microsoft.TeamFoundation.Build.Server (in Microsoft.TeamFoundation.Build.Server.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryDeploymentsByUri ( _
    deploymentUris As String() _
) As List(Of BuildDeployment)
[WebMethodAttribute]
public List<BuildDeployment> QueryDeploymentsByUri(
    string[] deploymentUris
)
[WebMethodAttribute]
public:
List<BuildDeployment^>^ QueryDeploymentsByUri(
    array<String^>^ deploymentUris
)
[<WebMethodAttribute>]
member QueryDeploymentsByUri : 
        deploymentUris:string[] -> List<BuildDeployment> 
public function QueryDeploymentsByUri(
    deploymentUris : String[]
) : List<BuildDeployment>

Parameters

Return Value

Type: System.Collections.Generic.List<BuildDeployment>

.NET Framework Security

See Also

Reference

BuildDeploymentWebService Class

Microsoft.TeamFoundation.Build.Server Namespace