Share via


TeamFoundationConnectedServicesService.DeleteConnectedService Method

Deletes the associated connected service.

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

Syntax

'Declaration
Public Sub DeleteConnectedService ( _
    requestContext As TeamFoundationRequestContext, _
    name As String, _
    teamProject As String _
)
public void DeleteConnectedService(
    TeamFoundationRequestContext requestContext,
    string name,
    string teamProject
)
public:
void DeleteConnectedService(
    TeamFoundationRequestContext^ requestContext, 
    String^ name, 
    String^ teamProject
)
member DeleteConnectedService : 
        requestContext:TeamFoundationRequestContext * 
        name:string * 
        teamProject:string -> unit
public function DeleteConnectedService(
    requestContext : TeamFoundationRequestContext, 
    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

TeamFoundationConnectedServicesService Class

Microsoft.TeamFoundation.Server.Core Namespace