Share via


ConnectedServicesWebService.DeleteConnectedService Method

Deletes the associated connected service

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Sub DeleteConnectedService ( _
    name As String, _
    teamProject As String _
)
[WebMethodAttribute]
public void DeleteConnectedService(
    string name,
    string teamProject
)
[WebMethodAttribute]
public:
void DeleteConnectedService(
    String^ name, 
    String^ teamProject
)
[<WebMethodAttribute>]
member DeleteConnectedService : 
        name:string * 
        teamProject:string -> unit
public function DeleteConnectedService(
    name : String, 
    teamProject : String
)

Parameters

  • name
    Type: System.String

    Name of services such as azure subscription id

  • teamProject
    Type: System.String

    Name of the project associated with this service

.NET Framework Security

See Also

Reference

ConnectedServicesWebService Class

Microsoft.TeamFoundation.Server.Core.WebServices Namespace