ConnectedServicesWebService.GetConnectedService, méthode
Obtient toutes les informations (secret) pour un service connecté
Espace de noms : Microsoft.TeamFoundation.Server.Core.WebServices
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function GetConnectedService ( _
name As String, _
teamProject As String _
) As ConnectedService
[WebMethodAttribute]
public ConnectedService GetConnectedService(
string name,
string teamProject
)
Paramètres
- name
Type : System.String
Nom des services tels que l'ID azuré d'abonnement
- teamProject
Type : System.String
Nom du projet associé à ce service
Valeur de retour
Type : Microsoft.TeamFoundation.Server.Core.ConnectedService
Un ConnectedService des données tout associées.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ConnectedServicesWebService Classe
Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms