Partager via


TeamFoundationConnectedServicesService.GetConnectedService, méthode

Obtient toutes les informations (secret) pour un service connecté.

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

Syntaxe

'Déclaration
Public Function GetConnectedService ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    teamProject As String _
) As ConnectedService
public ConnectedService GetConnectedService(
    TeamFoundationRequestContext requestContext,
    string name,
    string teamProject
)

Paramètres

  • name
    Type : System.String
    Nom des services tels que l'ID azurée d'abonnement
  • teamProject
    Type : System.String
    Nom du projet associé à ce service.

Valeur de retour

Type : Microsoft.TeamFoundation.Server.Core.ConnectedService
Un ConnectedService avec toutes les données ou Null associées s'il n'existe pas.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationConnectedServicesService Classe

Microsoft.TeamFoundation.Server.Core, espace de noms