Partager via


ConnectedServicesService.CreateConnectedService, méthode

Crée un service connecté associé au projet d'équipe.

Espace de noms :  Microsoft.TeamFoundation.Framework.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Public Function CreateConnectedService ( _
    name As String, _
    teamProject As String, _
    kind As ConnectedServiceKind, _
    friendlyName As String, _
    description As String, _
    serviceUri As Uri, _
    endpoint As Uri, _
    credentialsXml As String _
) As ConnectedServiceMetadata
public ConnectedServiceMetadata CreateConnectedService(
    string name,
    string teamProject,
    ConnectedServiceKind kind,
    string friendlyName,
    string description,
    Uri serviceUri,
    Uri endpoint,
    string credentialsXml
)

Paramètres

  • name
    Type : System.String
    Nom du service tel que l'ID d'abonnement ou autre GUID.
  • teamProject
    Type : System.String
    Nom du projet associé à ce service
  • friendlyName
    Type : System.String
    Nom convivial facultatif pour représenter le service au lieu de « nom » qui sera souvent GUID.
  • description
    Type : System.String
    Une description facultative pour le service
  • endpoint
    Type : System.Uri
    Obligatoire, l'URL du point de terminaison pour le servcie
  • credentialsXml
    Type : System.String
    Obligatoire, crentials qui permettent d'accéder aux services, dans un format XML de publishsettings

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Client.ConnectedServiceMetadata
Le ConnectedServiceMetadata pour le service

Sécurité .NET Framework

Voir aussi

Référence

ConnectedServicesService Classe

Microsoft.TeamFoundation.Framework.Client, espace de noms