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.
This class contains all the information that you need to create a connected servcie.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Framework.Client.ConnectedServiceCreationData
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ConnectedServiceCreationData
public sealed class ConnectedServiceCreationData
public ref class ConnectedServiceCreationData sealed
[<Sealed>]
type ConnectedServiceCreationData = class end
public final class ConnectedServiceCreationData
The ConnectedServiceCreationData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ConnectedServiceCreationData() | |
![]() |
ConnectedServiceCreationData(String, String, ConnectedServiceKind, String, String, Uri, Uri, String) | Constructor for ConnectedServiceCreationData |
Top
Properties
Name | Description | |
---|---|---|
![]() |
CredentialsXml | Credentials in an xml format for connecting to this service. |
![]() |
Endpoint | The URI specific to this service. |
![]() |
ServiceMetadata | The service metadata which includes the name (ID), friendly name, description, kind, TeamProject and ProjectId |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.