TextRequestClient.GetDashboardsAsync Method

Definition

Get all dashboards in an account

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardsResponse> GetDashboardsAsync(int? numberPageToGet = default, int? amountOfEachEntityToGetPerPage = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDashboardsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardsResponse>
override this.GetDashboardsAsync : Nullable<int> * Nullable<int> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.TextRequest.Models.GetDashboardsResponse>
Public Overridable Function GetDashboardsAsync (Optional numberPageToGet As Nullable(Of Integer) = Nothing, Optional amountOfEachEntityToGetPerPage As Nullable(Of Integer) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetDashboardsResponse)

Parameters

numberPageToGet
Nullable<Int32>

Number page to get

amountOfEachEntityToGetPerPage
Nullable<Int32>

Amount of each entity to get per page

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get all dashboards in an account response.

Remarks

Gets all dashboards in an account.

Applies to