ConnectedServicesWebService.DeleteConnectedService, méthode
Supprime le service connecté associé
Espace de noms : Microsoft.TeamFoundation.Server.Core.WebServices
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Sub DeleteConnectedService ( _
name As String, _
teamProject As String _
)
[WebMethodAttribute]
public void DeleteConnectedService(
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
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
ConnectedServicesWebService Classe
Microsoft.TeamFoundation.Server.Core.WebServices, espace de noms