Freigeben über


DeploymentService.QueryDeployments-Methode

Fragen Sie die Liste von Bereitstellungen ab

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

Syntax

'Declaration
Public Function QueryDeployments ( _
    spec As BuildDeploymentSpec _
) As BuildDeployment()
public BuildDeployment[] QueryDeployments(
    BuildDeploymentSpec spec
)

Parameter

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Build.Client.BuildDeployment[]
Ein Array von BuildDeployment[], jedes, das grundlegende Informationen zum Bereitstellungsbuild und den Quellbuild enthalten.

.NET Framework-Sicherheit

Siehe auch

Referenz

DeploymentService Klasse

Microsoft.TeamFoundation.Build.Client-Namespace