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
- deploymentUris
Type: array<System.String[]
Return Value
Type: System.Collections.Generic.List<BuildDeployment>
.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.