TextRequestClient.UpdateGroupAsync 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.
Updates a group with the given id
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.UpdateGroupResponse> UpdateGroupAsync(int idOfTheDashboardToMakeThisCallOn, int idOfTheGroup, Azure.Connectors.Sdk.TextRequest.Models.UpdateGroupInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateGroupAsync : int * int * Azure.Connectors.Sdk.TextRequest.Models.UpdateGroupInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.UpdateGroupResponse>
override this.UpdateGroupAsync : int * int * Azure.Connectors.Sdk.TextRequest.Models.UpdateGroupInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.UpdateGroupResponse>
Public Overridable Function UpdateGroupAsync (idOfTheDashboardToMakeThisCallOn As Integer, idOfTheGroup As Integer, input As UpdateGroupInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of UpdateGroupResponse)
Parameters
- idOfTheDashboardToMakeThisCallOn
- Int32
Id of the dashboard to make this call on
- idOfTheGroup
- Int32
Id of the group
- input
- UpdateGroupInput
The request body.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The Updates a group with the given id response.
Remarks
Updates a group's name using the group's numerical id. If the passed in group id does not exist, the call will fail.