TeamsClient.GetTeamAsync(String, CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get a team
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.GetTeamResponse> GetTeamAsync(string team, System.Threading.CancellationToken cancellationToken = default);
abstract member GetTeamAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.GetTeamResponse>
override this.GetTeamAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.GetTeamResponse>
Public Overridable Function GetTeamAsync (team As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetTeamResponse)
Parameters
- team
- String
Team
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Get a team response.
Remarks
Gets the details for a team in Microsoft Teams.