Partager via


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

Voir aussi

Référence

ConnectedServicesWebService Classe

Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms