TeamsClient.UpdateSectionAsync 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.
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