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
- kind
Type : Microsoft.TeamFoundation.Framework.Client.ConnectedServiceKind
Le type 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
- serviceUri
Type : System.Uri
- 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
- 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.