Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get all of the data for a particular connected service
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Function GetConnectedService ( _
name As String, _
teamProject As String _
) As ConnectedService
public ConnectedService GetConnectedService(
string name,
string teamProject
)
public:
ConnectedService^ GetConnectedService(
String^ name,
String^ teamProject
)
member GetConnectedService :
name:string *
teamProject:string -> ConnectedService
public function GetConnectedService(
name : String,
teamProject : String
) : ConnectedService
Parameters
name
Type: System.StringService name such as azure subscription id
teamProject
Type: System.StringProject name associated to this service
Return Value
Type: Microsoft.TeamFoundation.Framework.Client.ConnectedService
Connected service including the connection credentials
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.