This documentation is archived and is not being maintained.

ConnectedServicesService::GetConnectedService Method

Get all of the data for a particular connected service

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
ConnectedService^ GetConnectedService(
	String^ name, 
	String^ teamProject
)

Parameters

name
Type: System::String

Service name such as azure subscription id

teamProject
Type: System::String

Project name associated to this service

Return Value

Type: Microsoft.TeamFoundation.Framework.Client::ConnectedService
Connected service including the connection credentials

Show: