Edit

TeamHttpClient Class

Definition

[Microsoft.VisualStudio.Services.WebApi.ResourceArea("79134C72-4A58-4B42-976C-04E7115F32BF")]
public class TeamHttpClient : Microsoft.TeamFoundation.Core.WebApi.TeamHttpClientBase
type TeamHttpClient = class
    inherit TeamHttpClientBase
Public Class TeamHttpClient
Inherits TeamHttpClientBase
Inheritance
Microsoft.VisualStudio.Services.WebApi.VssHttpClientBase
TeamHttpClient
Attributes
Microsoft.VisualStudio.Services.WebApi.ResourceAreaAttribute

Constructors

TeamHttpClient(Uri, HttpMessageHandler, Boolean)
TeamHttpClient(Uri, VssCredentials, DelegatingHandler[])
TeamHttpClient(Uri, VssCredentials, VssHttpRequestSettings, DelegatingHandler[])
TeamHttpClient(Uri, VssCredentials, VssHttpRequestSettings)
TeamHttpClient(Uri, VssCredentials)

Methods

CreateTeamAsync(WebApiTeam, String, Object, CancellationToken)

[Preview API] Create a team in a team project.

(Inherited from TeamHttpClientBase)
DeleteTeamAsync(String, String, Object, CancellationToken)

[Preview API] Delete a team.

(Inherited from TeamHttpClientBase)
GetAllTeamsAsync(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of all teams.

(Inherited from TeamHttpClientBase)
GetTeam(String, String, Object)
Obsolete.

Get a specific team under a project. This has been deprecated and clients should instead use the GetTeamAsync method.

GetTeamAsync(String, String, Object, CancellationToken)

[Preview API] Get a specific team.

(Inherited from TeamHttpClientBase)
GetTeamMembers(String, String, Nullable<Int32>, Nullable<Int32>, Object)
Obsolete.

Get the members for a specific team. This has been deprecated and clients should instead use the GetTeamMembersAsync method.

GetTeamMembersAsync(String, String, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
Obsolete.

[Preview API] Get a list of members for a specific team.

(Inherited from TeamCompatHttpClientBase)
GetTeamMembersWithExtendedPropertiesAsync(String, String, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of members for a specific team.

(Inherited from TeamHttpClientBase)
GetTeams(String, Nullable<Int32>, Nullable<Int32>, Object)
Obsolete.

Get all teams under a certain project. This has been deprecated and clients should instead use the GetTeamsAsync method.

GetTeamsAsync(String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of teams.

(Inherited from TeamHttpClientBase)
GetTeamsAsync(String, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)
Obsolete.

[Preview API] Get a list of teams.

(Inherited from TeamCompatHttpClientBase)
UpdateTeamAsync(WebApiTeam, String, String, Object, CancellationToken)

[Preview API] Update a team's name and/or description.

(Inherited from TeamHttpClientBase)

Applies to