Edit

TeamHttpClientBase Class

Definition

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

Constructors

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

Methods

CreateTeamAsync(WebApiTeam, String, Object, CancellationToken)

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

DeleteTeamAsync(String, String, Object, CancellationToken)

[Preview API] Delete a team.

GetAllTeamsAsync(Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Object, CancellationToken)

[Preview API] Get a list of all teams.

GetTeamAsync(String, String, Object, CancellationToken)

[Preview API] Get a specific team.

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.

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

[Preview API] Get a list of teams.

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.

Applies to