This documentation is archived and is not being maintained.
ConnectedServiceCreationData Constructor (String, String, ConnectedServiceKind, String, String, Uri, Uri, String)
Visual Studio 2013
Constructor for ConnectedServiceCreationData
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public:
ConnectedServiceCreationData(
String^ name,
String^ teamProject,
ConnectedServiceKind kind,
String^ friendlyName,
String^ description,
Uri^ serviceUri,
Uri^ endpoint,
String^ credentialsXml
)
Parameters
- name
- Type: System::String
Name of the service such as subscription id or other GUID.
- teamProject
- Type: System::String
Name of the project associated with this service
- kind
- Type: Microsoft.TeamFoundation.Framework.Client::ConnectedServiceKind
The kind of service.
- friendlyName
- Type: System::String
A friendly name to represent the service instead of 'name' which will often be a GUID.
- description
- Type: System::String
Extra description on the service.
- serviceUri
- Type: System::Uri
Optional uri to connect to the service such as https://microsoft.azure.com
- endpoint
- Type: System::Uri
A URI specific to this service.
- credentialsXml
- Type: System::String
Credentials in an xml format for connecting to this service.
- 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.
Show: