TextRequestClient.GetGroupByIdAsync(Int32, Int32, CancellationToken) Method

Definition

Get a group by its id

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

Parameters

idOfTheDashboardToMakeThisCallOn
Int32

Id of the dashboard to make this call on

idOfTheGroup
Int32

Id of the group

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get a group by its id response.

Remarks

Gets the group with the specified id.

Applies to