TeamsClient.CreateATeamAsync(CreateATeamInput, 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.
Create a team
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CreateATeamResponse> CreateATeamAsync(Azure.Connectors.Sdk.Teams.Models.CreateATeamInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateATeamAsync : Azure.Connectors.Sdk.Teams.Models.CreateATeamInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CreateATeamResponse>
override this.CreateATeamAsync : Azure.Connectors.Sdk.Teams.Models.CreateATeamInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.CreateATeamResponse>
Public Overridable Function CreateATeamAsync (input As CreateATeamInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateATeamResponse)
Parameters
- input
- CreateATeamInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Create a team response.
Remarks
Creates a new team in Microsoft Teams