TeamsClient.UpdateSectionAsync Method

Definition

Update a section

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.SectionResponse> UpdateSectionAsync(string sectionId, Azure.Connectors.Sdk.Teams.Models.UpdateSectionInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSectionAsync : string * Azure.Connectors.Sdk.Teams.Models.UpdateSectionInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.SectionResponse>
override this.UpdateSectionAsync : string * Azure.Connectors.Sdk.Teams.Models.UpdateSectionInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Teams.Models.SectionResponse>
Public Overridable Function UpdateSectionAsync (sectionId As String, input As UpdateSectionInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SectionResponse)

Parameters

sectionId
String

Section ID

input
UpdateSectionInput

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Update a section response.

Remarks

Updates a teamwork section for the current user

Applies to