This documentation is archived and is not being maintained.
TeamFoundationConnectedServicesService Class
Visual Studio 2013
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
'Declaration <TeamFoundationServiceDependency(GetType(TeamFoundationStrongBoxService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationIdentityService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationSecurityService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationLockingService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationEventService))> _ <TeamFoundationServiceDependency(GetType(CommonStructureService))> _ <TeamFoundationServiceDependency(GetType(TeamFoundationRegistryService))> _ Public NotInheritable Class TeamFoundationConnectedServicesService _ Implements ITeamFoundationService
The TeamFoundationConnectedServicesService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CreateConnectedService | Create a new connected service associated with this project. |
![]() | DeleteConnectedService | Deletes the associated connected service. |
![]() | DoesConnectedServiceExist | Checks if a connected service exists anywhere in the collection, if user has full permissions in specified project. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetConnectedService | Gets all info (including secret) for one connected service. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | QueryConnectedServices | Queries the connected services and returns a list of all connected services metadata (non-secret) associated with this project. |
![]() | ServiceEnd | |
![]() | ServiceStart | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
