Partager via


BuildDeploymentWebService.QueryDeploymentEnvironments, méthode

Obtient une liste de toutes les métadonnées de l'environnement de déploiement associées à ce projet

Espace de noms :  Microsoft.TeamFoundation.Build.Server
Assembly :  Microsoft.TeamFoundation.Build.Server (dans Microsoft.TeamFoundation.Build.Server.dll)

Syntaxe

'Déclaration
<WebMethodAttribute> _
Public Function QueryDeploymentEnvironments ( _
    teamProject As String _
) As List(Of DeploymentEnvironmentMetadata)
[WebMethodAttribute]
public List<DeploymentEnvironmentMetadata> QueryDeploymentEnvironments(
    string teamProject
)

Paramètres

  • teamProject
    Type : System.String
    Nom du projet associé à ces environnements de déploiement.

Valeur de retour

Type : System.Collections.Generic.List<DeploymentEnvironmentMetadata>
Liste de DeploymentEnvironmentMetadata

Sécurité .NET Framework

Voir aussi

Référence

BuildDeploymentWebService Classe

Microsoft.TeamFoundation.Build.Server, espace de noms