TextRequestClient.CreateGroupAsync Method

Definition

Creates a new group

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.CreateGroupResponse> CreateGroupAsync(int idOfTheDashboardToMakeThisCallOn, Azure.Connectors.Sdk.TextRequest.Models.CreateGroupInput input, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateGroupAsync : int * Azure.Connectors.Sdk.TextRequest.Models.CreateGroupInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.CreateGroupResponse>
override this.CreateGroupAsync : int * Azure.Connectors.Sdk.TextRequest.Models.CreateGroupInput * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.CreateGroupResponse>
Public Overridable Function CreateGroupAsync (idOfTheDashboardToMakeThisCallOn As Integer, input As CreateGroupInput, Optional cancellationToken As CancellationToken = Nothing) As Task(Of CreateGroupResponse)

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

input
CreateGroupInput

The request body.

cancellationToken
CancellationToken

Cancellation token.

Returns

The Creates a new group response.

Remarks

Creates a new group with the provided name.

Applies to