Freigeben über


TeamFoundationDeploymentService.QueryDeploymentsByUri-Methode

Fragen Sie die Liste von Bereitstellungen ab

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

Syntax

'Declaration
Public Function QueryDeploymentsByUri ( _
    requestContext As TeamFoundationRequestContext, _
    deploymentUris As IList(Of String) _
) As List(Of BuildDeployment)
public List<BuildDeployment> QueryDeploymentsByUri(
    TeamFoundationRequestContext requestContext,
    IList<string> deploymentUris
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<BuildDeployment>
Ein Array von BuildDeployment[], jede enthaltenden grundlegenden Informationen zum Bereitstellungsbuild und die Quelle erstellt.

.NET Framework-Sicherheit

Siehe auch

Referenz

TeamFoundationDeploymentService Klasse

Microsoft.TeamFoundation.Build.Server-Namespace