ConnectedServiceCreationData, constructeur (String, String, ConnectedServiceKind, String, String, Uri, Uri, String)
Constructeur pour ConnectedServiceCreationData
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
name As String, _
teamProject As String, _
kind As ConnectedServiceKind, _
friendlyName As String, _
description As String, _
serviceUri As Uri, _
endpoint As Uri, _
credentialsXml As String _
)
public ConnectedServiceCreationData(
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 pour représenter le service au lieu de « nom » qui sera souvent GUID.
- description
Type : System.String
Description supplémentaire sur le service.
- serviceUri
Type : System.Uri
Uri facultatif à se connecter au service tel que https://windows.azure.com
- endpoint
Type : System.Uri
URI spécifique à ce service.
- credentialsXml
Type : System.String
Les informations d'identification dans un format de xml pour se connecter à ce 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.
Voir aussi
Référence
ConnectedServiceCreationData Classe